最近在iOS开发中用到CorePlot,遇到几个问题:
错误:
missing required architecture x86_64 in file libCorePlot-CocoaTouch.a
解决方法:其1.5以上版本才支持64位的系统,下载CorePlot
错误:
dyld: Library not loaded
解决方法暂时参考 http://blog.sina.com.cn/s/blog_735744180101crct.html ,大意是将出现问题的CorePlot.framework 在Link Binary With Libraries中的Status改成optional即可。
目前 该方法在Mac端Xcode下的虚拟机上测可用,真机测试尚未可知,可能需要参考 解决 “dyld: Library not loaded: ” 错误,涉及动态库和静态库的问题
时间: 2024-10-26 14:05:51