Open hkilaru opened 3 months ago
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! ✅
I needed to manually update TOCropViewController to 2.7.4 in Podfile.lock when installing react-native-image-crop-picker v0.41.2.
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
Solution
Not solved
Versions
0.41.2
0.39.0
0.72.0
[1]