简体   繁体   中英

Xcode - CorePlot code linker command error

I am getting the "symbol(s) not found for architecture x86_64" error after adding the latest CorePlot library built with standard architectures. Here is a screenshot from Xcode: Xcode错误

I built it from the open source project on git hub, both master and 2.0 release and I encounter the same problem. Tried also a debug both release build configurations. I use Xcode 6.4. Does anybody know how to fix this? Thanks!

You need to also import the accelerate framework. Since version 2.0 you need this. The giveaway was the _vDSP. It is used in the accelerate framework. Best of luck!!

尝试构建设置>搜索有效架构>双击右侧区域>单击加号按钮并添加i386

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM