-
Notifications
You must be signed in to change notification settings - Fork 376
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
Build fails with react-native 0.64.1 under Xcode 12.5 #1223
Comments
Well, I guess I found why this happened : Each time I run a However I now have to find why this library automatically adds itself and fix it. 🤗 Closing for now. |
Do you have news about that? I have the same issue. |
Hi @MathiasMoralesDixtra, |
You need to check the platform version in your Podfile and make it match your main target deployment info and one signal target |
I accidentally opened .xcodeproject file instead of .xcworkspace and the same error appeared. Got me 30 minutes to figure out to open the correct file. |
Hi there,
I just upgraded to Xcode 12.5,
Upgraded react-native from 0.62.2 to 0.64.1,
Upgraded react-native-onesignal from 3.9.0 to 4.1.0
Now when I try to build my app, I get the following error :
ld: library not found for -lPods-OneSignalNotificationServiceExtension
None on the solutions listed in #1179 or #1103 solved my issue.
Here is my Podfile
Did some of you already faced this issue and find a solution ?
Thank you,
Cheers
The text was updated successfully, but these errors were encountered: