Tapy
Tapy

Reputation: 1054

Why can't I build the iPhone app in xcode?

Hey, This maybe be a simple question but I'm not able to build my app in xcode. The Build and run button along with the breakpoints and Tasks buttons are not clickable. Why is this so?

Thanks

Upvotes: 0

Views: 102

Answers (2)

Mahesh
Mahesh

Reputation: 34605

Try giving Shift-Cmd-R ( this should definitely bring up your output window if the app is running and by any means the output window is not turning up previously )

Upvotes: 0

Jim
Jim

Reputation: 73936

You already built and ran the app, and the debugger is still attached. Go to Run | Stop.

Upvotes: 2

Related Questions