本人使用苹果osx10.12系统,Xcode版本8.1.。
用超图visual工程,写入代码出现的问题
用普通工程手动导入资源库中,按文档描述步骤出现的问题
请问怎么修改资源库配置
上面的图片
帮助文档上有如何配置工程的步骤,你这个是链接库的问题
重做了好几遍都没有用,是不是版本过高的原因,还是模拟器的原因
Showing Recent Messages
clang: warning: libstdc++ is deprecated; move to libc++
ld: warning: ignoring file /Library/SuperMap/SDKs/iPhoneOS.sdk/SuperMap.framework/SuperMap, missing required architecture x86_64 in file /Library/SuperMap/SDKs/iPhoneOS.sdk/SuperMap.framework/SuperMap (2 slices)
"_OBJC_CLASS_$_Workspace", referenced from:
objc-class-ref in ViewController.o
"_OBJC_CLASS_$_WorkspaceConnectionInfo", referenced from:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
用高德的MapKit.framework没有一点问题,但是用超图的Supermap.framework(配置也改了)就一直报错
SampleCode中的文件运行全部报错