[
https://issues.apache.org/jira/browse/CB-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411285#comment-13411285
]
Olivier Louvignes commented on CB-989:
--------------------------------------
Same error with :
//extern NSString * const NSURLIsExcludedFromBackupKey
__attribute__((weak_import));
#ifndef __IPHONE_5_1
NSString * const NSURLIsExcludedFromBackupKey = @"NSURLIsExcludedFromBackupKey";
#endif
in my AppDelegate.m
Looks like __IPHONE_5_1 is defined on this device...! Anything else I could try?
-- Crash :
Incident Identifier: BE27EBC6-BEF6-4BA5-A911-1006E4EE50F4
CrashReporter Key: 27779d947ecf4392cc7e1c208f8c6f871a377abf
Hardware Model: iPad1,1
Process: Beelink [1265]
Path:
/var/mobile/Applications/36BCD3D2-3542-4082-991C-820B83628D3E/Beelink.app/Beelink
Identifier: Beelink
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2012-07-11 08:54:12.914 +0200
OS Version: iPhone OS 5.0.1 (9A405)
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x00000001, 0xe7ffdefe
Crashed Thread: 0
Dyld Error Message:
Symbol not found: _NSURLIsExcludedFromBackupKey
Referenced from:
/var/mobile/Applications/36BCD3D2-3542-4082-991C-820B83628D3E/Beelink.app/Beelink
Expected in:
/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in
/var/mobile/Applications/36BCD3D2-3542-4082-991C-820B83628D3E/Beelink.app/Beelink
Dyld Version: 199.5
> dyld: Symbol not found: _NSURLIsExcludedFromBackupKey
> -----------------------------------------------------
>
> Key: CB-989
> URL: https://issues.apache.org/jira/browse/CB-989
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 1.9.0
> Environment: iOS 4.2.1, iOS 4.3, iOS 5
> Reporter: Avidan Chen
> Assignee: Shazron Abdullah
> Priority: Critical
> Fix For: 2.0.0
>
>
> Just upgraded to Cordova 1.9. When trying to run my app on iOS 4.3 & iOS 5,
> the application hangs with the following error:
> dyld: Symbol not found: _NSURLIsExcludedFromBackupKey
> It happens both on the simulator and an actual device running iOS 4.2.1.
> In iOS 5.1, it's working fine - both on a simulator and on an actual device.
> I suppose it's related to: https://issues.apache.org/jira/browse/CB-471
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira