Xcode Debugger does not work on first app installation

debugging, xcode

Solution

After eliminating many options we found that the cause is the `voip` (Voice Over IP) flag in the `UIBackgroundModes` inside the `info.plist` causes this problem.

We have reported Apple about this.

Thanks for any help suggested.

Problem

Every time I install a fresh copy of my app on my testing device the debugger is not showing any output. Rebuilding the project solves it. What could be the problem, or any suggestions how to explore this. Thanks

Original source