-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
'OneSignal/OneSignal.h' file not found after plugin integration #19
Comments
It seems like a pod issue. You can give the solutions posted in these links a try: |
In xcode, go the the Project Target -> Build Phases. Open link binary with libraries. Click on add, add other and browse to this: ionic project -> platforms -> ios -> Pods -> OneSignal-> iOS_SDK -> OneSignalSDK -> Framework -> OneSignal.framework It should do the trick! |
Thank you all, I took framework file from |
I don't have any pod file here. what to do ? |
I can't find any folder Pod either. What to do? |
@Anujmoglix @jsoft-ti I think you have to install pods in your project |
Hello, I have I Ionic project that works well, builds an run. The project uses one signal plugin for notifications.
After I have installer the unityIonicIntegration plugin it stops build and throws this error : 'OneSignal/OneSignal.h' file not found
The text was updated successfully, but these errors were encountered: