2014-11-05 31 views
0

我使用的很多框架和莢文件在我的項目等爲解析框架,框架螺栓等,我已經修復了所有錯誤,如找不到parse.h文件和任何其他人,但現在我有一些錯誤也很喜歡....如何修復框架錯誤?

ld: warning: directory not found for option '-L/Crain/iOS Apps/crain_comm_ios/crainmagazine/common/Brightcove-3.0.1/Libraries' 
ld: warning: directory not found for option '-L/Crain/iOS Apps/crain_comm_ios/frameworks/Flurry' 
ld: warning: directory not found for option '-L/Crain/iOS Apps/crain_comm_ios' 
ld: warning: directory not found for option '-F/Crain/iOS' 
ld: warning: directory not found for option '-FApps/crain_comm_ios' 
ld: warning: directory not found for option '-FApps/crain_comm_ios/frameworks' 
ld: warning: directory not found for option '-FApps/crain_comm_ios/frameworks/Parse.framework' 
ld: warning: directory not found for option '-F2' 
ld: library not found for -lBCiOSSDK 
clang: error: linker command failed with exit code 1 (use -v to see invocation) 

所以你能告訴我答案或任何解決方案。

回答

0

警告:目錄找不到選項 - 您應該修復這個問題,鏈接程序找不到庫,我想,您添加了添加標題,但不添加庫。

1

有些時候,美編譯項目設備正在使用64位。在調試模式中的一些架構莢項目甚至沒有complie,U應該這樣做:

見我的選擇(它設置爲NO在兩種模式下的調試和發佈): enter image description here

+0

嗨奶奶,我做這已經但是編譯器顯示同樣的錯誤鏈接器命令退出碼1(使用-v看看調用)與目錄顯示警告以上失敗。 – rahul 2014-11-05 09:52:51

+0

警告並沒有太大變化。這可能是因爲多個開發人員觸及您的項目。 – gran33 2014-11-05 09:54:18

+0

嘗試(通過Xcode的通過取景器和NOT)刪除莢項目和'莢install'再次 – gran33 2014-11-05 09:55:03