Hi everyone,
I've recently upgraded macOS to sequoia and Xcode 16 and am encountering an issue with the build system crashing. The error message I receive is:
Unexpected service error: The Xcode build system has crashed. Build again to continue.
I've already tried cleaning the build folder, resetting the Xcode preferences, and restarting Xcode, but the issue persists. My app previously built fine with Xcode 15, and nothing significant has changed in my project except for the Xcode upgrade. #Reactnative #Xcode #iOS #MacOs #sequoia
Had the same issue and was able to find the solution on stack overflow:
Fixed by upgrading react-native-image-crop-picker from version "0.40.3" to "0.41.2"