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?
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With