Copy link to clipboard
Copied
We experienced crazy crash right on startup on 32 bit device only.
We tried our app on
ios 6.1 with ipod touch 5. ( Crash )
ios 7.1 with ipod touch 5 ( Crash )
ios 8.2 with ipod touch 5. ( Crash )
ipad mini 2 with ios8.1 ( Work )
This project is built with air 17 with flex 4.6.
In the Xcode setting, our setting is
Architectures : standard architectures (armv7,arm64) - $(ARCHS_STANDARD).
Valid Architectures : arm64, armv7,armv7s.
Our project crashed on 3 different ipod touch 5. Is there any setting wrong that cause the app failed on 32 bit device?
Hope someone could help! Thanks!
Copy link to clipboard
Copied
Could you please open a new bug report on this over at https://bugbase.adobe.com? When adding the bug, please include some sample code or a sample application so we can quickly test this out internally. If you'd like to keep this private, feel free to email the attachment to me directly (ccampbel@adobe.com).
Once added, please post back with the URL so that others effected can add their comments and votes and I'll follow up internally.
Thanks,
Chris
Copy link to clipboard
Copied
We have the same problem. Our project built with Flex 4.7 and Air SDK 16. The application uses a native extension that was compiled with the following XCode settings:
Architectures : standard architectures (armv7,arm64) - $(ARCHS_STANDARD).
Base SDK: Latest iOS (iOS 8.2)
Valid Architectures : arm64, armv7,armv7s.
Our application worked well on 32-bit iPads with iOS 8.1, but after upgrading to 8.2 it crashes on the native extension object creation generating the following crash log:
Incident Identifier: C7E2AEEA-89BB-4BF0-9C35-B4BA951DDFB5
CrashReporter Key: 938c52b810720c30c7709dad0c6fe743df9e9eb8
Hardware Model: iPad3,3
Process: Necto EE [381]
Path: /private/var/mobile/Containers/Bundle/Application/FA8E4A2A-7518-4BEB-BE9C-965A0C186FCF/Necto EE.app/Necto EE
Identifier: com.panorama.Necto
Version: 15.1.0 (15.1.0)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2015-04-01 11:50:36.982 +0300
Launch Time: 2015-04-01 11:50:34.627 +0300
OS Version: iOS 8.2 (12D508)
Report Version: 105
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x02d4e348
Triggered by Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed.
Please help!
Copy link to clipboard
Copied
Hi,
Thanks for reporting the issue.
Could you please share us some sample project or code so that we can verify it at our end.
Regards,
Adobe AIR Team
Find more inspiration, events, and resources on the new Adobe Community
Explore Now