// Hi i have created cordova project in xcode 5.1 which was created in sencha touch 2 and build using phonegap. Its working fine in xcode 5.1 with the simulator 5.1 .The thing is that i need to test my app in different ios simulator version like 5.0, 4.3,4.0 even i downloaded all those version in my xcode but app is crashing. Its working only in simulator 5.1 not in others is there any other way to test my app or else how to overcome the crash occurrences.
//Below is the crass message
dyld: Symbol not found: _NSURLIsExcludedFromBackupKey
Referenced from: /Users/sumit/Library/Application Support /iPhone Simulator/4.3.2/Applications /0738A156-FF65-4DE0-A46C-E5B795C49C31/xyz.app/xyz Expected in: /Applications/Xcode.app/Contents/Developer/Platforms /iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System /Library/Frameworks/Foundation.framework/Foundation in /Users/sumit/Library/Application Support/iPhone Simulator/4.3.2/Applications/0738A156-FF65-4DE0-A46C-E5B795C49C31/xyz.app/xyz