expo-image-picker-multiple icon indicating copy to clipboard operation
expo-image-picker-multiple copied to clipboard

iOS EAS Build Crash

Open ideopunk opened this issue 4 years ago • 2 comments

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",
  },

ideopunk avatar Mar 09 '21 21:03 ideopunk

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.

ideopunk avatar Mar 10 '21 13:03 ideopunk

The build no longer crashes, but it does not ask for permissions on iOS.

ideopunk avatar Mar 15 '21 12:03 ideopunk