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
When you run an application in Xcode, the debugger is automatically started and attached to the process of the application. Click the Run button in the top left or press Command + R. From the moment the application is up and running, we can start inspecting the process and, if necessary, debug it.
The “Debug executable” checkbox specifies whether or not you want to run with the debugger enabled. Once running, you can use Debug > Attach to Process on a process that has been launched with debugging disabled if needed. It seems like all this does is start your app with the debugger attached.
Click View —> Debug Area —> Activate Console menu item to show the activate console window at the bottom right of the Xcode editor debug area. All the log, warning, and error message text will be printed in this console window.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With