-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build error with Xcode 12 #104
Comments
@Francesco-Voto can you post more information about the errors you're seeing? |
@Francesco-Voto I wasn't able to reproduce this using Xcode 12.4. I would recommend:
A few questions:
Fwiw it looks like the missing symbol is from |
Related: facebook/react-native#29633 Switching from |
Thanks @jlo1 - I agree, that looks correct. I've filed an internal issue to investigate. |
Hi @Francesco-Voto @jlo1, This issue should be addressed in version 1.40.0 of the release from this attached PR. Feel free to open a new issue if you are still experiencing problems with that update or when testing on Xcode 13. Thanks! |
After Upgrading to Xcode 12 we got some problems to build the package.
Apparently the problem is the
dependency
inside thereact-native-appboy-sdk.podspec
Changing
s.dependency 'React'
tos.dependency 'React-Core'
seems to fix the problem.Is this the right solution or you have some other fix?
Thank you
The text was updated successfully, but these errors were encountered: