react-native-image-crop-picker: Failed to verify bitcode in QBImagePicker.framework/QBImagePicker

  • react-native-image-crop-picker v0.8.0
  • react-native v0.32.0

I’m getting this error when building from command line with xcodebuild:

Failed to verify bitcode in QBImagePicker.framework/QBImagePicker:

Woks fine from XCode. Has anyone experienced that?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 23 (10 by maintainers)

Most upvoted comments

Try removing & unlinking react-native-image-crop-picker and cocoa pods etc, everything to do with react-native-image-crop-picker.

Then:

  1. npm i --save react-native-image-crop-picker
  2. react-native link react-native-image-crop-picker
  3. Add Embedded binaries
f2e94b10-7394-11e6-9c56-c9a61642976a

我遇到了这个问题 Failed to verify bitcode in QBImagePicker.framework/QBImagePicker 我通过 将项目的 build Settings -> Build Options -> Enable Bitcode 设置为no 解决了问题 , 打包成功

@ivpusic no worries. I just accomplished this on my machine for iOS, about to try for android…although I’ve never “written” obj-c or java before, I have something working locally and the speed of the response is noticeably faster now. I just added a resizeMultiple bool option and found a resizing function. Great job on this package.