-
Notifications
You must be signed in to change notification settings - Fork 26
'OneSignal/OneSignal.h' file not found #213
Comments
Have you figured this out by chance? Having the same error! Thanks! |
working fine with ionic2 + android |
Same Issue global packages:
local packages:
System:
|
please set your platform directory |
@Spanchal21 I tried your solution too, and I have the same error. |
@rogeliotrejo13 |
same error!! @rogeliotrejo13 have you resolved it. |
I solved it by adding cocapods and removing and adding the one-signal plugin again. |
Run |
same issue here, did you find any fix? |
In the installation guide in one signal website, I found how install one signal with cocoapods, and I solved it sudo gem install cocoapods |
any updates of this? |
@seedgabo try to run pod install (on ios folder) and be sure one-signal is installed, then I had to include it manually from XCode on Build Phases -> Link binary with libraries. |
@salimchemes , thank you, this solution works |
The approach by @salimchemes was successful for me. To clarify one point -- the "project" target needs to include link binary OneSignal.framework (as described). After following the OneSignal docs, I also have a "OneSignalNotificationsServiceExtension" target with link binary OneSignal.framework. So both targets needed to include OneSignal.framework. |
When upgrading to onesignal-cordova-plugin ~2.1.1, cloud build fails with the next error:
I can build it on local machine, only cloud build fails.
With onesignal-cordova-plugin ~2.0.11 the cloud build works fine.
The text was updated successfully, but these errors were encountered: