Question

as in question, How can I see compile output of xcode4?

Thank you

Was it helpful?

Solution

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).

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top