-
Notifications
You must be signed in to change notification settings - Fork 374
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
[Bug]: XCode 14.1 ld: library not found for -lPods-OneSignalNotificationServiceExtension #1451
Comments
same here, facing this issue |
same issue |
Also running into this issue. |
Same here, waiting for a solution |
Hey folks -- I have a call with their support next Tuesday (2023-01-17). I'll share any details or solutions we come up with. But so far I've gotten a "works on my machine" kind of response followed by the request for the call. |
Hi everyone, I apologize for the delayed response on this repository. We have heard reports of issues after users update Xcode to 14.1, and this might be the same issue. There are some things to check.
|
@nan-li -- thank you for reaching out. It's appreciated. Confirming that this didn't resolve the issue for us. We are still seeing the same thing (also included a cleaning of the build folder and removing of xcode derived assets). Ruby: Additionally, we are running on Apple M1s -- I mention this because we are running the We did see libwebp upgrade Let me know if there are any further details that might be useful. |
Apologies, the issue I was referring to earlier looked almost similar. However, in that scenario, the app successfully builds but crashes as the app is starting up. This is a different build issue. Issues like this one with CocoaPods can be a number of different things, and it is difficult to reproduce and pinpoint the issue without being able to run the project ourselves. @dewey4iv I know you are also conversing with our support team and have a call coming up, so sorry there may be repeats of information here. If you are able to, you can send this project to our support team and we can take a look that way as well. I also recall hearing some issues reported with M1 macs that sound like this one. |
hey @nan-li -- thanks for reaching out. And thanks for jumping on the support call. @hendrytb @SafdarSikander @pbroeker -- (Forgive me for @'ing you all directly -- I figured you would want to know about a solution ASAP). I was able to get it to compile by making two very small changes that can be found here: OneSignal/OneSignal-Flutter-SDK#383 (comment) I will also note that I'm on an Apple M1 chip -- your mileage on this may vary. |
Same here. Xcode 14.2, React Native 0.71.2, OneSignal 4.5.0 |
Hello, any updates on this issue? We started having this very same issue when we stopped using Xcode with Rosetta. |
Same happening here |
Hi @GleidsonDaniel @Chayuan @macielrsf,
and
|
same here |
Any updates ? same Issue here |
same with RN 0.65 |
What happened?
Environment:
I'm trying to run my application on the simulator, directly from XCode, but it keeps error, saying "ld: library not found for -lPods-OneSignalNotificationServiceExtension", it was running well without error in my old XCode (13.4.1).
But if I'm using "yarn ios" from Terminal, there is no error.
I've already installed the latest React Native Onesignal library, and run pod deintegrate & pod install, and also run "Clean Build Folder" in the XCode, but the issue is still the same.
Steps to reproduce?
What did you expect to happen?
The App should be running well without error in XCode 14.1 using direct Run inside the XCode
React Native OneSignal SDK version
4.4.1
Which platform(s) are affected?
Relevant log output
ld: library not found for -lPods-OneSignalNotificationServiceExtension
Code of Conduct
The text was updated successfully, but these errors were encountered: