
Check Build error during compiling Yoga.cppīuild assembled correctly without Yoga.cpp compiling error.React-native: 0.61.2 = > 0.61.2 Steps To Reproduce System Images: android-23 | Intel x86 Atom_64, android-23 | Google APIs Intel x86 Atom, android-23 | Google APIs Intel x86 Atom_64, android-25 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom Watchman: 4.9.0 - /usr/local/bin/watchman Npm: 6.9.0 - ~/.nvm/versions/node/v12.4.0/bin/npm XCode 14.0.1 M1 Macbook Air MacOS Big Sur 12.6 React Native 9.1.3 (at least that's what npx react-native -v says, but node modules -> react-native -> package.json in my project says it's 0.70.1) If there are any more details you need please let me know, thanks. The build target is react-native-config with the error: Run custom shell script CP-User Config codegen 'Command PhaseScriptExecution failed with a nonzero exit code'.

Node: 12.4.0 - ~/.nvm/versions/node/v12.4.0/bin/node I am trying to build my React Native project on Xcode and it is failing. : ▸ CompileC /Users/distiller/Library/Developer/Xcode/DerivedData/Brandgility-ccncokfacuuibwcjplhtkspodqby/Build/Intermediates.noindex/ArchiveIntermediates/Brandgility/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/Yoga.build/Objects-normal/armv7/event.o /Users/distiller/mobile-web-app/node_modules/react-native/ReactCommon/yoga/yoga/event/event.cpp normal armv7 c++ .clang.1_0.compilerĬPU: (4) 圆4 Intel(R) Core(TM) i5-6360U CPU 2.00GHz (in target ‘RSKImageCropper’ from project ‘Pods’) : ▸ The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.1.99. (in target ‘react-native-version-number’ from project ‘Pods’) : ▸ The iOS deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.1.99. : ▸ ❌ error: non-portable path to file ‘“/Users/distiller/mobile-web-app/ios/Pods/Target Support Files/yoga/yoga-prefix.pch”’ specified path differs in case from file name on disk Users/keklikc/.oh-my-zsh/tools/check_for_upgrade.sh: line 32: syntax error near unexpected token )' /Users/keklikc/.oh-my-zsh/tools/check_for_upgrade.: ▸ Building library libReact-jsiexecutor.a Users/keklikc/.zshrc: line 85: zstyle: command not found Users/keklikc/.zshrc: line 84: zstyle: command not found Users/keklikc/.zshrc: line 83: zstyle: command not found Nvm is not compatible with the "npm_config_prefix" environment variable: currently set to "/Users/keklikc/.nvm/versions/node/v12.18.0" bin/sh -c /Users/keklikc/Library/Developer/Xcode/DerivedData/DataroidMobile-gmjqxfphavicwkcccsennxqbhvuj/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FBReactNativeSpec.build/Script-0565B84ED1A643A94B66851B97B33BAC.sh If I start the debug build from XCode, it is started successfully. I've faced the following error when I want to start the IOS app with the "react-native run-ios" command.
REACT NATIVE XCODE 12.4 UPGRADE
I used react-native cli to upgrade and the following page to manually changes. Examine your podfile to make sure your build scheme is included in it. React-native: Not Found Things I’ve done to figure out my issue Some of the other suggested fixes include: Make sure your cocoapods build target is the same version as your projects build target. xcode.env has an example enabling nvm and setting NODEBINARY.

System Images: android-28 | Google APIs Intel x86 Atom In 2022 the default build looks in ios/. and ios/.xcode.env for environment customizations.

react-native run-ios As I already installed an other icon library.
REACT NATIVE XCODE 12.4 INSTALL
react-native unlink react-native-vector-icons cd ios pod install cd. I just unlinked the react-native-vector-icons by following commands. Coding example for the question Xcode 12. Yarn: 1.22.10 - ~/.nvm/versions/node/v12.18.0/bin/yarn For me it caused by installing react-native-vector-icons and linking by running the react-native link react-native-vector-icons command.
