check the For install Builds only in the FBReactNativeSpec
Solution for xcode 16, mac os 15.0.1 (24A348)
Go to the xcode -> go to the pod -> go to the FBReactNativeSpec -> Build phase -> check the install build only in this particular segment.
After this you can may get the new error like "unexpected service error: The Xcode build system has crashed. Build again to continue."
To solve this you just need to update the "react-native-image-crop-picker" version to "0.41.2". And clean build and run.
Issue resolved.