cocos2d 2.0应用程序在设备上崩溃但在模拟器中没有崩溃

时间:2012-11-06 19:54:39

标签: ios xcode cocos2d-iphone

我的应用程序在我的设备上崩溃,但不在我的模拟器中

我正在使用cocos2d 2.0 我有macbook air 2011 osx 10.8.2 我的设备是iPad 2 ios 6.0.1

它发生在b2math.h,在

下的行中
void Set(float32 x_, float32 y_) { x = x_; y = y_; }

它在发布时崩溃

0 个答案:

没有答案