开发者

Verbose build in XCode 4

开发者 https://www.devze.com 2023-03-09 22:13 出处:网络
When trying to build my app开发者_如何学编程lication, XCode 4 freezes on \"compiling source file 1 of ...\". I have to force quit.

When trying to build my app开发者_如何学编程lication, XCode 4 freezes on "compiling source file 1 of ...". I have to force quit.

Is there a way to do a verbose build so I can see on which file it is crashing?


I know this answer is late, anyway I hope it can help somebody with my same issue: look here on current Xcode version 6.1:

Verbose build in XCode 4


You can try using the command line xcodebuild tool and see what the output is there. Maybe it will provide some clues on what's going on.

0

精彩评论

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