Skip to content
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

Closed
royken opened this issue Mar 11, 2018 · 6 comments
Closed

'OneSignal/OneSignal.h' file not found after plugin integration #19

royken opened this issue Mar 11, 2018 · 6 comments

Comments

@royken
Copy link

royken commented Mar 11, 2018

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

@yasirkula
Copy link
Owner

It seems like a pod issue. You can give the solutions posted in these links a try:

@ianrothmann
Copy link

ianrothmann commented Mar 27, 2018

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!

@royken
Copy link
Author

royken commented Mar 27, 2018

Thank you all, I took framework file from ionic project -> platforms -> ios -> Pods -> OneSignal-> iOS_SDK -> OneSignalSDK -> Framework -> OneSignal.framework and added it manually as a framework in Framework folder and it worked

@royken royken closed this as completed Mar 27, 2018
@Anujmoglix
Copy link

I don't have any pod file here. what to do ?

@jsoft-ti
Copy link

jsoft-ti commented Oct 8, 2018

I can't find any folder Pod either. What to do?

@royken
Copy link
Author

royken commented Oct 18, 2018

@Anujmoglix @jsoft-ti I think you have to install pods in your project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants