oc调用js的时候使用了se::ScriptEngine::getInstance()->evalString(“xxxxx”);
然后xcode报错Use of undeclared identifier ‘se’,说se没有定义
我是刚刚接触ios开发,请问下这个需要引入什么头文件,或者是命名空间吗?
oc调用js的时候使用了se::ScriptEngine::getInstance()->evalString(“xxxxx”);
然后xcode报错Use of undeclared identifier ‘se’,说se没有定义
我是刚刚接触ios开发,请问下这个需要引入什么头文件,或者是命名空间吗?
se在delegate里的方法里
感谢大佬,能说清楚点吗,我不是很明白
自己顶一下,有做iOS端游戏的大佬吗,在线求助,急
#include "cocos/scripting/js-bindings/jswrapper/SeApi.h
感谢,好像可以了