cocos2dx 3.2
xcode 6
iOS 6.1.3
第一个Scene进的去init但是onenter进不来
iOS 5,7,8都没问题
测试代码呢?
是用什么测试的?
helloworld就进不去
Scene *hw = HelloWorld::createScene();
director->runWithScene(hw);
log(“AppDelegate::runWithScene”);
log有打印,但是我在runWithScene里面打断电,根本就没走
断点打在director->runWithScene(hw);后点step into直接调到log(“AppDelegate::runWithScene”);也进不去
问题解决了
友盟3.1.6的问题
用回3.1.3就没问题