iphone - App crashes on ZKFileArchive -


I created my app to download some zip files with size of 10 to 25 MB. After downloading to the Local Documents folder, I set the ZKFileArchive method to open that folder.

All works well in debug modes (tools / simulators) when I make a release I installed the app crash which when it reaches

  ZKFileArchive * archive = [ZKFileArchive archiveWithArchivePath: filepath];   

With NSZombie enabled it throws me:

  Thread 10 crashed: 0 Hoppr IOS 0x0003318c + [ZKFileArchive archiveWithArchivePath:] (ZKFileArchive. M: 185) 1 hopfire iOS 0x00004092 - [Launch Download Flight File: Alert:] (Launch Download M: 348) 2 Foundation 0x33fbeb8a 0x33fb3000 + 48010 3 Foundation 0x33fb7b90 0x33fb3000 + 19344 4 LibSystem.B Dealib 0x32d27b44 0x32c9c000 + 572228 5 Libysystem B. dylib 0x32d197a4 0x32c9c000 + 513956   

Is this a memory problem? From time to time throws me a Level 1 memory alert, but as I read it, it should not be a cause for too much problems.

Any thoughts? Thanks in advance

[edit]

Top of this logfile:

  Incident identifier: 1BEC1CCB-AD95-4A06-8F4F-3DA1A2A4F18D CrashReporter key: 36fcd8536ee68a7e6b261ba23f2ec090b98d388e hardware models: iPod2,1 process: Hoppr iOS [1340] path: / var / mobile / applications / 47587D8A-AE7E-4C26-9C23-9394DE268E69 / Hoppr iOS.app/Hoppr iOS identifier: Hoppr iOS version: ?? ? (???) Code Type: ARM (original) Parent process: launchd [1] Date / Time: 2011-03-16 15: 49: 22.041 +0100 OS version: report version of iPhone OS 4.2.1 (8C148): 104 Exception type: EXC_BAD_INSTRUCTION (SIGILL) Exception Code: 0x00000001, 0xe92d0d00 Crashed Thread: 10    

After "div class =" text "itemprop =" text "> < p> If the framework you're linking it appears that it was not designed for the target platform illegal instructions means that something is wrong with the binary

Comments