You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solve this by moving the project into directory that the path not contain space in it.
ex: /Users/dede/Documents/Poc Project/ to /Users/dede/Documents/POC/
This solve this issue. I think related to this: #31141
I solve this by moving the project into directory that the path not contain space in it. ex: /Users/dede/Documents/Poc Project/ to /Users/dede/Documents/POC/
This solve this issue. I think related to this: #31141
This worked me too. Thanks ❤️
facebook
locked as resolved and limited conversation to collaborators
Mar 22, 2022
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Fresh install react native won't start on iOS. It's causing
PhaseScriptExecution
error. Complete errors:React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
npx react-native init AwesomeProject
cd AwesomeProject && npx react-native start
npx react-native run-ios
Expected Results
The script should build and run the project into iOS simulator
Snack, code example, screenshot, or link to a repository:
The text was updated successfully, but these errors were encountered: