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)
Try removing & unlinking react-native-image-crop-picker and cocoa pods etc, everything to do with react-native-image-crop-picker.
Then:
我遇到了这个问题 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.
@rops https://github.com/ivpusic/react-native-image-crop-picker/releases/tag/v0.8.1 may help you. If you still have issue, you can try tip from this post http://vourkosa.github.io/ios/2016/04/14/How-to-build-an-iOS-library-with-Bitcode-support-and-keep-backwards-compatibility-with-XCode-6.html