My app's deploy target is iOS 5.1 but my friend's iPad can't open my app, she's using iOS 5.1.1 -


my app in app store means app has passed apple's review when friend install , download app couldn't see splash screen , crashed right after tapped app icon. can reason problem?

edit: here meat of crash log. based on error appears @thomasw , @rahul-vyas correct deployment target inside build settings set ios6.x. recommend checking both target , project settings make sure they're set ios5.1.

exception type:  exc_breakpoint (sigtrap) exception codes: 0x00000001, 0xe7ffdefe crashed thread:  0  dyld error message:   symbol not found: _objc_setproperty_nonatomic_copy   referenced from: /var/mobile/applications/b4f5424c-1593-4150-9ad0-6cf3fe3bd3e5/tubenostop.app/tubenostop   expected in: /usr/lib/libobjc.a.dylib   dyld version: 199.6  thread 0 name:  dispatch queue: com.apple.main-thread thread 0 crashed: 0   dyld                            0x2fe2a080 dyld_fatal_error + 0 1   dyld                            0x2fe2cefc dyld::halt(char const*) + 72 2   dyld                            0x2fe2cfda dyld::fastbindlazysymbol(imageloader**, unsigned long) + 214 3   libdyld.dylib                   0x36aa83ec dyld_stub_binder + 12 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -