-
Notifications
You must be signed in to change notification settings - Fork 51
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
[Bug]: 'OneSignalFramework/OneSignalFramework.h' file not found #231
Comments
@fw-amgaa Could you show you plugins config in app.json ? |
I'm having the same issue, my plugin config looks like:
UPDATE: Got it to work by ensuring that |
Same issue here! |
This fix worked for me as well. Thanks @mikeislearning! |
Please move onesignal-expo-plugin at the root and works fine |
Also struggling with this, @codeagus11 what do you mean with |
We are not using eas BTW |
Correct @louwjlabuschagne , you should put the EAS is not related to the app.json (or app.config.js). The configuration in this file will change the native properties (inside the android and ios folders). |
@codeagus11 this solves the problem when building the app in the GUI, however, if we try and build using xcode CLI using
We still get the error - any ideas? It seems like the framework needs XCode GUI to ensure the linking to the files? |
try with |
I can confirm. I'm still experiencing this issue. Moving the one-signal plugin to the first plugin fixed the problem per @mikeislearning 's solution |
What happened?
Created clean expo project, followed this doc: https://documentation.onesignal.com/docs/react-native-expo-sdk-setup.
Then I built native ios to test it on my phone, but this error keeps occurring.
Steps to reproduce?
What did you expect to happen?
I expect it to work properly when I build to native IOS from expo.
OneSignal Expo SDK version
2.0.2
Platform
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: