-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
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 successful
[INSTALL_PODS] [!] CocoaPods could not find compatible versions for pod "OneSignalXCFramework":
[INSTALL_PODS] In Podfile:
[INSTALL_PODS] OneSignalXCFramework (< 4.0, >= 3.0)
[INSTALL_PODS]
[INSTALL_PODS] react-native-onesignal (from `../../../node_modules/react-native-onesignal`) was resolved to 4.4.1, which depends on
[INSTALL_PODS] OneSignalXCFramework (= 3.11.2)
[INSTALL_PODS]
[INSTALL_PODS] Specs satisfying the `OneSignalXCFramework (< 4.0, >= 3.0), OneSignalXCFramework (= 3.11.2)` dependency were found, but they required a higher minimum deployment target.
[INSTALL_PODS]
Error: pod exited with non-zero code: 1Steps to reproduce?
1. Use an expo app
2. Go through the steps of using the onesignal-expo-plugin using version `"^1.2.0"`
3. Run `eas build -p ios` with any profile. In my case I'm using this simulator profile
{
"build": {
"simulator": {
"developmentClient": true,
"ios": {
"simulator": true
}
},
}Plugin Config
"plugins": [
[
"onesignal-expo-plugin",
{
"mode": "development",
"devTeam": "{devTeam}"
}
]
]
What did you expect to happen?
The build to succeed
OneSignal Expo SDK version
1.2.0
Platform
iOS
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels