iphone – 在Xcode中找不到iOS设备的库错误

前端之家收集整理的这篇文章主要介绍了iphone – 在Xcode中找不到iOS设备的库错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我试图在设备上运行我的应用程序,但它给设备工作正常iPhone模拟器的错误.

ld: warning: directory not found for option '-L/Users/Documents/TEST/../CorePlotDemo/CorePlotDemo'
ld: warning: directory not found for option '-L/Users/TEST/../CorePlotDemo/CorePlotDemo'
ld: library not found for -lsqlite3.0
clang: error: linker command Failed with exit code 1 (use -v to see invocation)

如何解决这个错误,我也试过图书馆搜索路径,但没有工作.

解决方法

添加库libCorePlot-CocoaTouch.a

并在构建设置中设置路径 – >搜索路径 – >图书馆搜索路径 – > $(继承)“$(SRCROOT)/ Libs / CorePlot”

这是libCorePlot-CocoaTouch.a的路径.

猜你在找的Xcode相关文章