当前位置: 代码迷 >> Iphone >> Xcode 5 ios 7 编译静态库的有关问题
  详细解决方案

Xcode 5 ios 7 编译静态库的有关问题

热度:491   发布时间:2016-04-25 05:55:31.0
Xcode 5 ios 7 编译静态库的问题?
在网上找了一套图表控件库,准备把代码封装成静态库来用,步骤如下:

在xcode 5中新建cocoa touch static library的项目
将代码文件添加到项目中
将编译选项改成release模式
将ios simulator 选择 ipad (引用此静态库项目相同)

生成成功,然后再将Products下面的.a文件 show in finder
拷贝出来,

再将源码中 所有使用到的类的 头文件 拷贝出来。

加入到实际应用的项目中。。。

请问以上流程是否正确?
项目报错为:
"_OBJC_CLASS_$_PCPieComponent", referenced from:
clang: error: linker command failed with exit code 1 (use -v to see invocation)

代码地址:
http://pan.baidu.com/s/17pbG7
ios编译和使用静态库

------解决方案--------------------
将编译选项改成release模式:改成debug试试
  相关解决方案