I'm currently trying to test my App on an iOS Device without having a debugger attached. This is in order to test the PLCrashReporter library, because the debugger catches all crashes instead of the CrashReporter doing it.
Things I tried:
- Run in release mode
- disable Breakpoints
There must be a way to achieve this without having to export the IPA file and installing it manually. I'd like to see NSLog messages and I can't with the IPA file.
Help is much appreciated!