expo-camera fails build at fastlane

Adding expo-camera to the app fails builds at fastlane with unknown error

In your post, please share:

  • managed
  • tried 46 and 47
  • tried adding useFrameworks: ‘static’, which didnt use to be necessary but now seems to be necessary.
    -removing expo-camera allows the build to finish

for posterity, apparently the fix is the following in your build profile


ios: {
    "image":"latest"
}