You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode 16 beta build process crashes due to RNImageCropPicker.
The following build commands failed:
ScanDependencies .../ios/build/Pods.build/Debug-iphonesimulator/RNImageCropPicker.build/Objects-normal/arm64/ImageCropPicker.o /node_modules/react-native-image-crop-picker/ios/src/ImageCropPicker.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'RNImageCropPicker' from project 'Pods')
Detailed Xcode crash logs below [1]
How to repeat issue and example
Build app from Xcode 16 beta (confirmed it exists on Xcode 16 beta 3 and 4)
Note: works fine on latest stable Xcode 15.4.
I believe I'm having this issue too. For me, the error surfaces in Xcode as unexpected service error: The Xcode build system has crashed. Build again to continue., but from looking at the build logs this is happening during the Compile QBImagePickerController.m build step of Build target RNImageCropPicker.
This has been an issue since Xcode 16 Beta 1. I can confirm it's still happening in Beta 5, as well as in Xcode 16.1 Beta 1.
Edit: I saw there was a new release that claims to fix Xcode 16 issues...I can confirm upgrading to that resolves my crash! ✅
Ran into this issue on the non beta Xcode 16 release and was able to fix it by upgrading react-native-image-crop-picker to 0.41.2 and manually updating TOCropViewController to 2.7.4 in Podfile.lock
Description
Xcode 16 beta build process crashes due to
RNImageCropPicker
.Detailed Xcode crash logs below [1]
How to repeat issue and example
Note: works fine on latest stable Xcode 15.4.
Solution
Not solved
Versions
0.41.2
0.39.0
0.72.0
[1]
The text was updated successfully, but these errors were encountered: