-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
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
Xcode 7 Bitcode support #24
Comments
@chrisballinger Excuse me, may I know where did you add the flag? In the Xcode ? |
Or build without bitcode? I use the following snippet in my Podfile
|
@rainwolf Thanks! And if the arch is i386 / x86_64(Simulator), it doesn't contain Bitcode. |
@Tuzr Can you share the script files with the changes? Since I'm using Cocoapods to install this library in iOS project how will I manage to add these script files while installing CPAProxy from this github repo. |
We need to add a flag
-fembed-bitcode
when building with Xcode 7.The text was updated successfully, but these errors were encountered: