(iphone) Is there a way to see compile output of xcode4?
as in question, How can I see compile output of 开发者_运维知识库xcode4?
Thank you
you could see the build/Compile output in the issue navigator and log navigator
Follow the below simple step to go to the issue navigator Open XCode 4,
Build your project, then
press command + 4 for issue navigator. (there are two filter here "By File" and "By Type")
press command + 7 for log navigator (contain compile information for all day build).
Press MAC key (command) + shift + B to show build output.
If you meant to take the build created after compiling, it can be obtained from the build\Release-iphonesimulator\app-name folder
精彩评论