-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running first init project Error React-rncore: Command PhaseScriptExecution failed with a nonzero exit code #39734
Comments
|
We can't help you further with more logs sadly @fachrinfl |
Exact same issue here, using Xcode 15 (public version not beta) on macOS Sonoma. Tried both on 0.72.5 and 0.72.4. Also on an M2 chip. Building and running the app still works fine with "react-native start" and fastlane, but when trying to build through Xcode this error keeps occurring after the update to Sonoma
|
I am facing same issues. |
Fixed this issue for now by deleting Xcode 15 public release and downloading Xcode 15 beta 8. (Also updated macOS to 14.1 developer beta but unsure if that had any effect) |
@cortinico, here are some more logs:
|
I encountered a similar issue on an existing project after I run |
i cant still run the project @soutua after upgrading node version. |
Same error, fresh project, xcode 15, xcode 15 beta 8 both giving same error |
Solved. In my case, the problem occurred if the parent folder names contained whitespaces. Removing whitespaces in folder names fixed the problem |
Same thing here. I solved my issue by removing a whitespace in one of the parent folders |
Same with me, any update please? |
Same error with me (Mac version : 14.1 , Xcode : 15.0.1 and node : 18.18.0 ) Any Update ? |
Its also work for me |
Me too this error |
I am also facing the same issue. after running react-native run-ios it is showing PhaseScriptExecution failed with lots of error. If i scroll up to the top in the terminal I could see something like |
In my case just solved by
hopefully worked |
Thanks 👍 |
Same issue here with Xcode 15.0.1 on macOS Sonoma. In my case i solved it setting the correct path to the nodejs version that my project needs, i don't know why but xcode was using another. To do it i had to create the file .xcode.env.local inside my ios folder and set the next path NODE_BINARY="/opt/homebrew/Cellar/node@16/16.20.2/bin/node" |
facing the same issue on mac 13.6.1, xcode 15.0.1 |
same for me. |
Removing folder with white spaces fixed the problem for me as well. Why in the world. Does anyone know why this may be the case? This means XCode cannot handle white space folders currently? |
I still have this problem and there are no white spaces in the name of the parent folder so it's not really that. |
@miteshdevg |
i have resolved it, |
![issue](https://github.co@miteshdevg ook/react-native/assets/68094016/efd93df6-8584-420d-a201-ed561d3ad7b7) |
i can't see image bro |
i can't see image please drag and drop your image |
bro send a pic of error not like this |
are you facing this error ? |
Bro |
@swathycsv please info me so i remove that pics |
Okay that's means already there ? |
export NODE_BINARY="/opt/homebrew/opt/node@20/bin/node" Please do like this |
@swathycsv what's status bro |
@miteshdevg same error bro |
Please ask to any your friend who is IOS developer , |
React native version Edit the node_modules/react-native/scripts/react-native-xcode.sh file change the first entry "set -x -e" to "set -x" I hope it was useful. |
Had the same issue, fixed by setting the Path /opt/homebrew/bin/node is coming from |
I was able to fix by creating and following steps from here in order to add real path to node binary |
Maybe good to know, I had the same path without the double routes (") after adding the " before and after it worked. |
this works |
The issue is because of space within folder name where i have created project and running it i just removed space from folder name and i added (-) dash its worked for me |
Yaa your right we need to remove space from folder name so for resolve issue |
Thank you! This advice helped me to fix this issue. (my Xcode version 15.4, react-native 0.73.8) |
Parent folder had "&" . . . |
Takes a lot of time, |
Thank you so much it's work for me. |
Description
I'm just trying to run a newly initialized React Native project.
React Native Version
0.72.5
Output of
npx react-native info
System:
OS: macOS 14.0
CPU: (8) arm64 Apple M2
Memory: 129.89 MB / 8.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.12.1
path: ~/.nvm/versions/node/v18.12.1/bin/node
Yarn: Not Found
npm:
version: 8.19.2
path: ~/.nvm/versions/node/v18.12.1/bin/npm
Watchman:
version: 2023.09.18.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.13.0
path: /Users/fachrinfl/.rvm/gems/ruby-2.7.7/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.0
- iOS 17.0
- macOS 14.0
- tvOS 17.0
- watchOS 10.0
Android SDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.9971841
Xcode:
version: 15.0/15A240d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 11.0.19
path: /opt/homebrew/opt/openjdk@11/bin/javac
Ruby:
version: 2.7.7
path: /Users/fachrinfl/.rvm/rubies/ruby-2.7.7/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.5
wanted: 0.72.5
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Steps to reproduce
npx react-native init AwesomeProject
xed -b ios
Running via XCode
Snack, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: