OneSignalDevelopers / OneSignal-Cordova-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode Build fails "library not found for -lPods-OneSignalExample"

Aarbel opened this issue · comments

image
image

@jkasten2 The build fails on Xcode with this Cordova app example.
Here is the error :
ld: library not found for -lPods-OneSignalExample

Do you know a way to resolve it ? Thanks a lot for your help !

Info: command cd platforms/ios/cordova && npm install ios-sim@latest && cordova run ios --target "iPhone-X, 12.4" works great, the simulator starts and i can test the example. It doesn't only with Xcode interface, weird.

Error was caused by a bad cocoapods installation.
Works fine now

Be sure that these commands run well :

sudo gem install cocoapods
pod repo update