I have an app that works fine on simulator but when I run it on Ipad it crashes randomly. I am really in big trouble I have to submit the app tomorrow.
I cant understand the crash report, and the app is big I have 40 files, and many segues and http requests. its impossible tocheck on each file! where to look?
does this hint on anything:
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000010014c164
Triggered by Thread: 0
Please guys any help will be great, am in big trouble!
Update:
the application has many api calls, after doing like 4 - 5 calls the app exit and stay in the background.
I can't know if its the actual issue, but I am guessing here because staying on the same page, the app won't crash.
what should I do guys?