2015-01-13 116 views
0

我試圖讓拔罐與xcode6工作,我得到這個錯誤:與谷歌搜索後xcode6連接失敗(含cuppunit)

ld: library not found for -lcppunit-1.12.1.0.0 clang: error: linker command failed with exit code 1 (use -v to see invocation)

,我得到了一個提示:add -force_ld.然而,另一個錯誤想出了。

ld: file not found: -lcppunit-1.12.1.0.0 clang: error: linker command failed with exit code 1 (use -v to see invocation)

發生了什麼事?

回答

0

該程序完全用C++編寫?

+0

是的,但是,我不認爲這會影響... –