iOS : CRASH with version up to AIR 4.0 SDK : EXC_BAD_ACCESS (SIGSEGV) , KERN_INVALID_ADDRESS at 0x0000003c
Hi everyone,
I have a bad issue with the latest versions of AIR in my last app.
I use AIR for develop this application. It's still finish for the most part of it.
It's a simple application. I used the AIR 13.0 SDK during development.
I didn't have any problem during all this time.
Tests on iOS causes the app crash at the first second of execution.
The compilation with SDK : 4.0, 13.0, 14.0 causes the same problem.
The crash log errors:
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000003c
Triggered by Thread: 0
Libraries used :
- MVCExpress
- Starling
- LoaderMax
- TweenMax
I tried to use an older version for test if It was due to the app...
With compiling with AIR 3.9 SDK, the app works well on iOS.
Everything looks okay.
The crash happens during a simple Vector<> creation.
And when tracing the System.freeMemory it seems to have very very low memory
(compared to compilation with 3.9)
But unfortunately, today, Apple didn't accept all apps compiled with old AIR version.
and after uploading, Application Loader send an error :
New apps and app updates submitted to the App Store must be built with the latest version of Xcode 5 from Feb1
So, I can't submit a stable version for App Store Validation even I may have a running app
Can someone could help me in generating a working ipa file for send this app ?
