Reputation: 41665
as in question, How can I see compile output of xcode4?
Thank you
Upvotes: 1
Views: 1849
Reputation: 1342
If you meant to take the build created after compiling, it can be obtained from the build\Release-iphonesimulator\app-name folder
Upvotes: 0
Reputation: 31722
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).
Upvotes: 4