skip to Main Content

-U and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together in Xcode 13 – React native

I'm facing this issue when I try to run the app in Xcode. my Xcode version is 13.2.1 (13C100) -U and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together Here's my podfile $RNFirebaseAsStaticFramework = true require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform…

VIEW QUESTION
Back To Top
Search