Xcode Build System Crashes After Update to Xcode 16

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

Answered by pavel_hov in 804036022

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"

https://stackoverflow.com/questions/78995007/xcode-16-0-unexpected-service-error-the-xcode-build-system-has-crashed/78995681#78995681

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"

https://stackoverflow.com/questions/78995007/xcode-16-0-unexpected-service-error-the-xcode-build-system-has-crashed/78995681#78995681

Xcode Build System Crashes After Update to Xcode 16
 
 
Q