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

Xcode yarn: command not found – Ios swift

I received an error when I build the app on Xcode: /bin/sh: yarn: command not found make: *** [LocalMediaPicker/Sources/LocalMediaPicker/Generated/i18n.stamp] Error 127 Command PhaseScriptExecution failed with a nonzero exit code But I run which yarn in terminal get /opt/homebrew/bin/yarn, not sure…

VIEW QUESTION
Back To Top
Search