Reputation: 1054
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
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
Reputation: 73936
You already built and ran the app, and the debugger is still attached. Go to Run | Stop
.
Upvotes: 2