在cocos2d-x时,使用jsoncpp报错,报错代码如下
Undefined symbols for architecture i386: "Json::Value::Value(Json::ValueType)", referenced from: HelloWorld::menuCloseCallback(cocos2d::CCObject*) in HelloWorldScene.o "Json::Value::~Value()", referenced from: HelloWorld::menuCloseCallback(cocos2d::CCObject*) in HelloWorldScene.o "Json::Reader::Reader()", referenced from: HelloWorld::menuCloseCallback(cocos2d::CCObject*) in HelloWorldScene.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
这个是因为库没有生成和link,当然很有可能就是配置错了,但是还有一个配置起来更简单的解决办法,解决办法就是按照上个文章生成库文件,然后引入工程就可以了
解决办法:<mac下编译并使用jsoncpp>
版权属于:东哥笔记 - DongGe.org
本文链接:https://dongge.org/blog/79.html
自2017年12月26日起,『转载以及大段采集进行后续编辑』须注明本文标题和链接!否则禁止所有转载和采集行为!