You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing CocoaPods...
Command `pod install` failed.
└─ Cause: CocoaPods could not find compatible versions for pod "EXDevice":
In Podfile:
EXDevice (from `../node_modules/@bugsnag/plugin-expo-device/node_modules/expo-device/ios`)
Specs satisfying the `EXDevice (from `../node_modules/@bugsnag/plugin-expo-device/node_modules/expo-device/ios`)` dependency were found, but they required a higher minimum deployment target.
The text was updated successfully, but these errors were encountered:
We'll continue to communicate via the support ticket, but for the benefit of future travellers:
It looks this is an issue with how we're attempting to make our semver-versioned releases work with Expo's breaking SDK changes. Because one of the Expo packages went up a major release our subsequent release broke the earlier compatibility.
We're discussing the best way resolve this going forward, but if you're wanting to use v7.13.2 with Expo 42, you can work around the issue by pinning the version of the following modules to 7.13.2:
@bugsnag/plugin-expo-device
@bugsnag/delivery-expo
@bugsnag/plugin-expo-app
Using npm:
Add these as explicit dependencies in your package.json:
Describe the bug
expo run:ios fails when installing CocoaPods
Steps to reproduce
Environment
Error messages:
The text was updated successfully, but these errors were encountered: