1

I am creating an App with my development team, by cloning the Github project and running the react-native run-ios generates the following error.

error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening vamola.xcodeproj

on one topic suggested this correction; Go to project settings in Xcode. Menu File-> Project Settings

Go to per-User Project Settings section.

Click on advanced.

Select Xcode Default option. previously this used to be Legacy for my project.

but I did not succeed.

to be able to compile my project

  • 1
    Are you trying to debug or create a release? – Mike M Apr 09 '19 at 19:14
  • I'm trying to run the emulator to continue development – Dante De Luccia Apr 10 '19 at 13:45
  • The solution works for me, try the following solution https://stackoverflow.com/a/61923146/7885621 – Azhar Zafar May 20 '20 at 21:27
  • 3
    Does this answer your question? [error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65](https://stackoverflow.com/questions/55235825/error-failed-to-build-ios-project-we-ran-xcodebuild-command-but-it-exited-wit) – Azhar Zafar May 20 '20 at 21:29

1 Answers1

4

React Native iOS build failed due to Yoga Error

The only thing you need to do, is to delete the build folder in ios project

dmurillo89
  • 49
  • 1
  • Despite this may be the answer, adding links as answers is not acceptable in SO. Consider adding the main points of the provided url in your answer. – leopal Apr 11 '19 at 07:19