首页 / 浏览问题 / 移动GIS / 问题详情
imoblie for ios的Library问题
1EXP 2016年11月18日

本人使用苹果osx10.12系统,Xcode版本8.1.。

用超图visual工程,写入代码出现的问题

image

用普通工程手动导入资源库中,按文档描述步骤出现的问题

image

请问怎么修改资源库配置

1个回答

您这个图片看不到啊?麻烦上传一个能看的图片吧
1,737EXP 2016年11月18日

上面的图片

帮助文档上有如何配置工程的步骤,你这个是链接库的问题

重做了好几遍都没有用,是不是版本过高的原因,还是模拟器的原因

Showing Recent Messages

clang: warning: libstdc++ is deprecated; move to libc++

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:

      objc-class-ref in ViewController.o

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中的文件运行全部报错

请按照文档上的要求配置超图的库,并添加libstdc++库
...