-
Notifications
You must be signed in to change notification settings - Fork 54
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]: Build fails with OneSignalXCFramework (< 4.0, >= 3.0) error #142
Comments
OneSignalXCFramework (< 4.0, >= 3.0)
error
OneSignalXCFramework (< 4.0, >= 3.0)
error
Hey, Do you have the actual error message as well? Also, please provide the plugin config in your app.json file |
Apologies, I'll provide that soon |
Hey, I've updated the issue above with the full log message for where the error occurs and provided the plugins section for the app.json Also I noted that the build is failing on my m1 laptop, but succeeds in the expo.dev build |
Howdy, |
Thanks for the note. Could you share an example of that set up? I couldn't find relevant docs |
Apologies, found the doc right here https://github.com/OneSignal/onesignal-expo-plugin#plugin-prop |
Setting it like so didn't seem to do the trick
|
Some things I would try:
|
Appreciated 👍 I have tried all the other profiles I believe and same issue I'm going to try to doing the prebuild. Is that just "expo prebuild", I'll look for the docs as well. And anything in particular should I look for? I know it points to a dependency version issue and saw threads about changing android specific docs via pure react native, though wasn't sure if I would be able to make those same changes through the expo managed project |
Howdy, I'm not completely following what you mean with regards to Android. |
Thank you! And no worries, I'm not exactly sure myself what I mean either... once I find time to try out the expo prebuild maybe I'll have something more |
I fixed this by setting my iPhoneDeploymentTarget to 13
|
HI all,
11 Days ago EAS Build worked well. Thanks |
hey @ilgiapa , |
Hi All, I fixed the issue by follwing the "Install pods" fail instruction:
For anyone who bump into this issue |
Still getting this issue while working with EAS. Any updates on this? |
try 14.0 |
Hi Everyone, I am currently facing the same issue, currently I have my app.json file setup as follows for the plugins.
When I run the command eas build -p ios --clear-cache --profile preview.
I have tried running with clear-cache as well but still get the same error. Any help would really be appreciated. |
Same problem, if you find a way to fix this plz, tell me ;) |
@ShaunPep , For anyone else seeing this issue, perhaps try deleting your |
Try updating onesignal-expo-plugin to 2.0.0 |
For some reason after upgrading To solve this issue you can manually remove:
And run |
I don't want to prebuild. I get this error when I want to create it with eas. "expo": "^49.0.16" bug report
|
same problem here! I hope this will be fixed soon |
bump here, any news? |
When I was doing this command |
Issues exists with expo managed project as well using expo 51 with react-native-onesignal": "^5.2.2" and "onesignal-expo-plugin": "^2.0.3", |
If you build app locally you need to call |
same issue here |
What happened?
Running any profile with the eas build
eas build -p ios
locally on a M1 laptop results in the following error. The build in the expo.dev cloud build is successfulSteps to reproduce?
Plugin Config
What did you expect to happen?
The build to succeed
OneSignal Expo SDK version
1.2.0
Platform
iOS
Code of Conduct
The text was updated successfully, but these errors were encountered: