You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build ios app, I always get this fatal error:
platforms/ios/App/Plugins/onesignal-cordova-plugin/OneSignalPush.h:32:9: fatal error: 'OneSignal/OneSignal.h' file not found
If I remove the OneSignal plugin, it builds fine.
Android builds fine, the issue is only with the iOS.
My Mac version is: macOS Monterey 12.6.3 and Xcode version is: 14.2
Steps to reproduce?
1. Tried running `ionic cordova build ios --prod --release`2. Also tried other recommended steps like opening the workspace in Xcode and then run build command.
3. Tried running pod update and same issue is there.
4. Tried removing platform and re-adding doesn't help either.
Hello these issues are typical problems with cocoapods cache or outdated versions. Which versions of cocoapods are you using? I would try cleaning the pod cache and doing install with --repo-update
Hello there! We have not had any further reports of this issue. Please update to our latest SDK version and if you are still having trouble please open a new issue. Here is our migration guide for details on upgrading. Thanks!
What happened?
When I try to build ios app, I always get this fatal error:
platforms/ios/App/Plugins/onesignal-cordova-plugin/OneSignalPush.h:32:9: fatal error: 'OneSignal/OneSignal.h' file not found
If I remove the OneSignal plugin, it builds fine.
Android builds fine, the issue is only with the iOS.
My Mac version is: macOS Monterey 12.6.3 and Xcode version is: 14.2
Steps to reproduce?
What did you expect to happen?
It is suppose to build with no issue.
OneSignal Cordova SDK version
3.3.1
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: