"Waiting to attach to [app name] on [device name]" message in Xcode

Viewed 10265

For some reason, when I build my app and run in Xcode, the app will install on my device but it won't launch.

The status bar on top of Xcode says something like:

Waiting to attach to 'app name' on 'device name'

No console outputs are printed. The app does not launch.

How can I fix this? I need to see console outputs in order to develop properly.

Thanks.

2 Answers
Related