我在iOS 7上使用cocos-2d崩溃的游戏

时间:2014-01-28 09:01:22

标签: ios

我是iOS新手开发者。我用cocos2d完成了我的拳头比赛。它在iPod touch gen 5 (iOS 6)Xcode 5 simulator (ios7)上运行时没有崩溃。

但是当我将它上传到App Store时,它会发出崩溃的报告:

 - Version:  1.0 (1.0) Code Type:  ARM (Native) Parent Process:    launchd[1] Date/Time: 2014-01-17 17:48:55.533 -0800 OS Version:iOS
   7.0.4 (11B554a) Report Version: 104
 - Exception Type:  EXC_BAD_ACCESS (SIGSEGV) Exception Subtype:    KERN_INVALID_ADDRESS at 0x000000007000000c Triggered by Thread:0    Thread 0 name:  Dispatch queue: com.apple.main-thread Thread 0  Crashed:
   0.libobjc.A.dylib  0x3916fb67 objc_msgSend + 7
   1.stickskater  0x0005b28d 0x7000 + 344717
   2.stickskater  0x00068291 0x7000 + 397969
   3.stickskater  0x0005aef1 0x7000 + 343793
   4.stickskater  0x000409e7 0x7000 + 236007
   5.stickskater  0x0006395b 0x7000 + 379227
   6.stickskater  0x00067dff 0x7000 + 396799
   7.stickskater  0x0006820f 0x7000 + 397839
   8.UIKit  0x31186421 -[UIWindow _sendTouchesForEvent:] + 525
   9.UIKit  0x3118144d -[UIWindow sendEvent:] + 829
   10.UIKit  0x31156d75 -[UIApplication sendEvent:] + 193
   11.UIKit  0x31155565 _UIApplicationHandleEventQueue + 7113
   12.CoreFoundation 0x2e998f1d_CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION_+13 

   13.CoreFoundation  0x2e9983e3 __CFRunLoopDoSources0 + 203
   14.CoreFoundation  0x2e996bd3 __CFRunLoopRun + 627
   15.CoreFoundation  0x2e90146d CFRunLoopRunSpecific + 521
   16.CoreFoundation  0x2e90124f CFRunLoopRunInMode + 103
   17.GraphicsServices  0x3360f2e7 GSEventRunModal + 135
   18.UIKit   0x311b6841 UIApplicationMain + 1133
   19.stickskater  0x00043a53 0x7000 + 248403 
   20.libdyld.dylib  0x3966dab5 start + 1 Thread 0 crashed with ARM Thread State (32-bit):

我无法理解。任何人都可以帮助我吗?

谢谢。

0 个答案:

没有答案
相关问题