Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save RidaRidss/812eae183d503f00439d05028d910ec7 to your computer and use it in GitHub Desktop.

Select an option

Save RidaRidss/812eae183d503f00439d05028d910ec7 to your computer and use it in GitHub Desktop.
Got an Error : ENOENT: no such file or directory, uv_chdir when building react-native on IOS
This error means it can't find any ios files to build. just follow these steps

1. Be sure ios directory is exist in your app.

2. Be sure Xcode bundle identifier is not renamed.

Xcode > yourproject > General > Bundle Identifier

3. Remove & Clean build and emulator cache

Xcode > yourproject > product > Clean
Simulator > Reset Content and Settings

4. Rebuild project

react-native upgrade
react-native run-ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment