Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>On a general practicality note, if you are looking for a better way to test your apps, (before release) I would strongly suggest TestFlight: <a href="https://testflightapp.com/" rel="nofollow">https://testflightapp.com/</a></p> <p>It permits 'on-the-fly' beta testing, and gives detailed crash reports such as this:</p> <p>Device Name: iPhone Model: iPhone 4 Version: 5.0 Language: en_US (English) Carrier: Verizon Timezone: EST Architecture: armv7 Connection State: Cellular Active </p> <p>Exception reason -[__NSCFArray objectAtIndex:]: index (0) beyond bounds (0) </p> <p>Stacktrace (7) 0 Trail Tracker 0x0007ad89 +[TFCrashHandler backtrace] + 429</p> <p>1 Trail Tracker 0x0007afc7 TFHandleExceptions + 35</p> <p>2 CoreFoundation 0x34681987 __handleUncaughtException + 74</p> <p>3 libobjc.A.dylib 0x3678c2d1 _objc_terminate + 128</p> <p>4 libc++abi.dylib 0x372993c5 _ZL19safe_handler_callerPFvvE + 76</p> <p>5 libc++abi.dylib 0x37299451 _ZdlPv + 0</p> <p>6 libc++abi.dylib 0x3729a825 __cxa_current_exception_type + 0</p> <p>7 libobjc.A.dylib 0x3678c235 objc_exception_rethrow + 12</p> <p>8 CoreFoundation 0x345d7545 CFRunLoopRunSpecific + 404</p> <p>9 CoreFoundation 0x345d73a5 CFRunLoopRunInMode + 104</p> <p>10 GraphicsServices 0x34d4bfed GSEventRunModal + 156</p> <p>11 UIKit 0x3613e743 UIApplicationMain + 1090</p> <p>12 Trail Tracker 0x0001738b main (main.m:14)</p> <p>13 Trail Tracker 0x00017344 start + 40</p> <p>There is a lot that you can do with TestFlight, so check it out :)</p> <p>PS: It's not my product, so sorry if it seems like I'm advertising/spamming. It's not my product, I just like it a lot. I thought that it pertained to this topic, due to the nature of the question. Cheers!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload