error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. #28811
Labels
Needs: Triage 🔍
Platform: iOS
iOS applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
I am trying to run an ios application following the steps to React Native site but when I try to start my initial project I get a build error for IOS.
It runs normally when I open the project on XCode and run.
It seems to build normally when I use
sudo npx react-native run-ios
rather than
npx react-native run-ios
It also runs normally when I try to start it from expo steps.
Thank you for your help.
React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Snack, code example, screenshot, or link to a repository:
Running with sudo
But it actually doesn't launch the app, the simulator still opened without the app.
Running without sudo
The text was updated successfully, but these errors were encountered: