5

我正在尝试在设备上运行我的应用程序,但它为 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)

如何解决此错误,我也尝试使用 Library Search Path 但无法正常工作。

4

1 回答 1

7

添加库 libCorePlot-CocoaTouch.a

并在 build Setting -> Search Path -> Library Search Path -> $(inherited) "$(SRCROOT)/Libs/CorePlot" 中设置路径

这是 libCorePlot-CocoaTouch.a 的路径。

于 2012-09-15T06:28:50.820 回答