-
Notifications
You must be signed in to change notification settings - Fork 375
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 failed due to Library not found for -lPods-OneSignalNotificationServiceExtension error #1103
Comments
Encountered same issue after upgrading sdk from 3.x, already tried literally everything |
I also have such issue. Any updates? |
Thanks a lot but it didn't work for me =( |
Small update - check your version of iOS target version in Podfile and in Xcode (OneSignal target tab) - there was mismatch in my case. After fixing it I was able to build the app |
@jaime-hub , Cheers |
Closing due to no response |
Same issue for me still even tho I do have the same version everywhere. |
Still experience the same issue |
still here too |
how did you guys get around this issue? |
@hugoh59 @bakehouseone @lordival , If you are using the Expo plugin, please upgrade to the latest beta release which includes a fix for this issue. Enjoy! |
This worked for me after spending couple of hours. |
Your notifications still working after this change? |
Library 'Pods-OneSignalNotificationServiceExtension' not found |
Description:
build failed due to Library not found for -lPods-OneSignalNotificationServiceExtension error
I have tried to run pod deintegrate and then pod install, and I get a warning that says the following:
[!] The
OneSignalNotificationServiceExtension [Debug]
target overrides theHEADER_SEARCH_PATHS
build setting defined inPods / Target Support Files / Pods-OneSignalNotificationServiceExtension / Pods-OneSignalNotificationServiceExtension.debug.xcconfig '. This can lead to problems with the CocoaPods installation - Use the
$ (inherited)` flag, or- Remove the build settings from the target.
Environment
I'm using react-native-cli 2.0.2
I use yarn to add the SDK to my project
Regards.
The text was updated successfully, but these errors were encountered: