Debug AIR in IOS
My App crashes with the cause being EXC_BAD_ACCESS (SIGSEGV). Nothing comes across in the AIR debugger, this is when I attach my device to mac and get the logs into XCODE. According to what I have read, you will get EXC_BAD_ACCESS in 3 cases:
An object is not initialized
An object is already released
Since I cannot see any issue in AIR debugger, I am not quite sure where to start. My APP is about 95% ready to be published but cannot seem to get any leads on what is causing this or whether or not it is the runtime itself. My app works great on Android. Not even sure where to start.
