expo-image-picker-multiple
expo-image-picker-multiple copied to clipboard
iOS EAS Build Crash
When attempting to build with EAS, it crashes partway through.
These are the relevant logs:
[!] CocoaPods could not find compatible versions for pod "EXPermissions":
In Podfile: EXPermissions (from `../node_modules/expo-image-picker-multiple/node_modules/expo-permissions/ios`)
Specs satisfying the `EXPermissions (from `../node_modules/expo-image-picker-multiple/node_modules/expo-permissions/ios`)` dependency were found, but they required a higher minimum deployment target.
Relevant dependencies:
"dependencies": {
"expo": "~40.0.0",
"expo-image-picker-multiple": "^1.4.1",
},
It seems like the issue is that expo-image-picker-multiple has a dependency on expo-permissions ^11.0.0, but react-native-unimodules depends on ~10.0.0. Will try an earlier version of expo-image-picker-multiple before forcing version changes.
The build no longer crashes, but it does not ask for permissions on iOS.