We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got the error in the Precompile Prefix.pch process
error: unable to spawn process (Argument list too long)
My Prefix.pch contains
#include "Preprocessor.h" #ifdef __OBJC__ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #endif #include "UnityTrampolineConfigure.h" #include "UnityInterface.h" #ifndef __OBJC__ #if USE_IL2CPP_PCH #include "il2cpp_precompiled_header.h" #endif #endif #ifndef TARGET_IPHONE_SIMULATOR #define TARGET_IPHONE_SIMULATOR 0 #endif #define printf_console printf
Solutions I've tried:
I checked solutions in this post and this post.
I don't have too much knowledge in C, so I'm not sure which parts of my project should I elaborate, please comment if I need to show more details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got the error in the Precompile Prefix.pch process
My Prefix.pch contains
Solutions I've tried:
I checked solutions in this post and this post.
I don't have too much knowledge in C, so I'm not sure which parts of my project should I elaborate, please comment if I need to show more details.
The text was updated successfully, but these errors were encountered: