error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. Don't have build inside ios folder

Viewed 587

To debug build logs further, consider building your app with Xcode.app, by opening AwesomeProject.xcworkspace. Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace AwesomeProject.xcworkspace -configuration Debug -scheme AwesomeProject -destination id=89CDAF46-41A6-4C46-9DCD-449992C6222D

**I don't have build inside the ios folder. I tried various methods found on the internet and it is still not working. **

1 Answers

You’ll have to do what the message says and open Xcode. Running it there should give a real error message.

Related