React Native developers, beware of Xcode 14.3 update: Here’s what you need to know..!
If you’re a developer working with React Native and recently updated to Xcode 14.3, you might have encountered some errors while building your project. One of the most common errors is:“FBReactNativeSpec/FBReactNativeSpec.h:2063:46 ‘value’ is unavailable: introduced in iOS 12.0)”.
Another error message you might come across is: “ CompileC /Users/bahadiraraz/Library/Developer/Xcode/DerivedData/mozzarellaui-gbkyyusquvgpyncsiuxkvfpzwcsu/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Codegen.build/Objects-normal/arm64/FBReactNativeSpec-generated.o /Users/bahadiraraz/WebstormProjects/mozzarella/mozzarellaui/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target ‘React-Codegen’ from project ‘Pods’) (1 failure)”.
These errors can be frustrating and time-consuming to debug, but fortunately, there’s a solution. The React Native team has rolled out new patch releases for the versions in the release support window to address this Xcode 14.3 problem.
You can download the new patch releases by visiting the following links or just update the version and rebuild it:
After updating the new patch release, you should be able to build your project without encountering any errors.
in addition, it's worth noting that the React Native team has stopped providing support for versions <=0.67.x. Hence, it is important to update your project accordingly and use one of the newer patch releases mentioned earlier to avoid any potential compatibility issues.
Don’t let Xcode 14.3 hold you back from working on your React Native project. Download the new patch release today and get back to work!
thank you 🖐
thank you for the heads up!