-
Notifications
You must be signed in to change notification settings - Fork 7
App crash #4
Comments
Thanks for report, Can you access to your device log and paste crash related here please? |
I'm not sure, that it is what you have asked for, but: Date/Time: 2014-04-02 13:45:28.393 +0700 Exception Type: EXC_CRASH (SIGABRT) Last Exception Backtrace: Thread 0 Crashed: |
yes it is, if you clear log -> try crash -> grab log, it should be right. far as i know it could be memory management, it would be safer to rewrite as ARC and recompile with present SDK i will take a look when i've some free time or when i need this again |
I use your ane to open .jpg or .ig (for Instagram) pictures and everything works great when the file is opened for the first time.
Later on, if the filepath changes, subsequent call of context.call("openWith",filePath,basePath) makes app crash without any notification, event or error message. If filepath stays the same, everything works as expected.
I've tried to wrap it into try-catch block, but haven't got any other result.
UPDATE:
I'm using AIR 3.9 and iOS 7.1 (with IOKit framework fix from issue #2 )
The text was updated successfully, but these errors were encountered: