开发者

xcodebuild doesn't output warnings & errors?

开发者 https://www.devze.com 2023-04-13 01:53 出处:网络
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 开发者_JAVA百科source code level warnin

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 开发者_JAVA百科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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号