MonstroDev / expo-image-picker-multiple

Multiple image selecting package for Expo SDK (React Native) using MediaLibrary and Permissions.
64 stars 68 forks source link

iOS EAS Build Crash #39

Open ideopunk opened 3 years ago

ideopunk commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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