-
Notifications
You must be signed in to change notification settings - Fork 295
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
Could not generate bitcode #368
Comments
Which Xcode / Cocoapods version are you using? Which device are you testing with? |
@uerceg I'm using Xcode 10.1 (10B61) and an iPhone XS Max. The pod versions are: Let me know if you need more information. |
Thanks for the info. 🤔 iPhone XS Max should have |
@uerceg we get the same error |
@uerceg, we also have the same Error. Tested on older Devices as well. Any Update so far? |
Is Adjust using bitcode generation? Until this is resolved from either side, there is a workaround for it:
Change the first line regarding the BITCODE_GENERATION_MODE from:
|
@nzagorchev thanks for the workaround. This works and we can use Adjust and Leanplum together. |
Hey guys, thanks for the useful discussion on this issue and sorry about the delay, these days our iOS crew is OOO. We will check this out next week and hopefully provide an update which addresses this issue. Will keep you posted and ping in case we need any additional info from you. |
I tried to reproduce the issue, but no luck. Do you guys maybe have an idea what should be changed in Adjust SDK so that this actually solves your issue? I was trying to check bitcode settings in our SDK and seems like we have it enabled in project settings:
Is there anything else you see that we did not properly enable? |
@uerceg pretty simple one.
Please let me know if you need more information here. |
Great, thanks for this one, will give it a try today and keep you posted. |
Hm, still not sure why is this happening with our pod. Here's the update from my side after checking out this issue:
I will continue to investigate what's causing |
Okay, should be solved with latest release. In case this issue still persists with it as well, please feel free to reopen it. |
If we use
pod 'Adjust'
at the same time withpod 'Leanplum-iOS-SDK'
we get the following:On simulator it's completely fine but for our arm64 device bitcode could not be generated.
The text was updated successfully, but these errors were encountered: