eugene
eugene

Reputation: 41665

(iphone) Is there a way to see compile output of xcode4?

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

Thank you

Upvotes: 1

Views: 1849

Answers (3)

Aaron
Aaron

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

Chetan Bhalara
Chetan Bhalara

Reputation: 10344

Press MAC key (command) + shift + B to show build output.

Upvotes: 2

Jhaliya - Praveen Sharma
Jhaliya - Praveen Sharma

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

Related Questions