右鍵選擇Add->Existing Files…,選擇.a文件和相應的.h頭文件。或者將這兩個文件拖入XCode工程目錄結構中,在彈出的界面中勾選Copy items into destination group's folder(if needed), 並確保Add To Targets勾選相應的target。iphone
但實際上卻沒有那麼順利。添加過幾回.a文件都遇到了麻煩,今天再次遇到——code
ld: warning: directory not found for option '-L"/Users/lanmei/Work/iphone/trunk/BaiYing/BaiYing/..."'blog
ld: library not found for -lMobClickLibrary教程
clang: error: linker command failed with exit code 1 (use -v to see invocation)ip
今天終於把這個問題的根源找到了。看以上的warning其實徹底就能夠找到根本緣由。工程添加的library編譯器沒辦法找到路徑。get
須要在Xcode裏設置對路徑便可。添加的時候Xcode會生成一個路徑,但那個路徑有可能不對,致使以上問題。具體的設置位置如圖所示:編譯器