5

I'm running xcodebuild, but the command line isn't outputting source code warnings and errors. It just says CompileC failed. How do I get xcodebuild to output source code level warnings and errors?

1
  • Does xcodebuild -verbose say anything more? Commented Oct 14, 2011 at 4:13

1 Answer 1

6

The problem is often that an error has occurred higher up the stack, but then the message is completely missing by the time that Xcode prints out the error message. Try running:

xcodebuild | grep error

and it often gives more helpful advice than before.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.