簡體   English   中英

有人可以幫助我在Swift“ Apple Mach-O Linker Error”中修復此錯誤嗎?

[英]Can someone help me fix this error in Swift "Apple Mach-O Linker Error?

“鏈接器命令失敗,退出代碼為1(使用-v進行調用)”。

我不知道這意味着什么,也不確定該去哪里修復。 我查看了stackoverflow中的解決方案,但沒有一個對我有用。 我也清理了項目,但仍然沒有擺脫錯誤。 請幫忙。

  EDIT


 ld: warning: directory not found for option '-     
 L/Users/welch/Downloads/Flurry'
 ld: warning: directory not found for option '-LiPhone'
 ld: warning: directory not found for option '-LSDK'
 ld: warning: directory not found for option '-LviPhone'
 ld: warning: directory not found for option '-L6.4.0'
 ld: warning: directory not found for option '-L(1)/Flurry-iOS-6.4.0/Flurry'
 ld: warning: directory not found for option '-L(1)/Flurry-iOS-6.4.0/FlurryAds'
 ld: warning: directory not found for option '-F(1)'
 ld: warning: directory not found for option '-F/Users/welch/Downloads/IOS-InApp'
 ld: warning: directory not found for option '-FSDK-InApp-2.4.2'
 ld: library not found for -lFlurryAds_6.4.0
 clang: error: linker command failed with exit code 1 (use -v to see invocation)


  ld: warning: directory not found for option '-L/Users/welch/Downloads/Flurry'


  ld: warning: directory not found for option '-LiPhone'


  ld: warning: directory not found for option '-LSDK'


  ld: warning: directory not found for option '-LviPhone'


  ld: warning: directory not found for option '-L6.4.0'


  ld: warning: directory not found for option '-L(1)/Flurry-iOS-6.4.0/Flurry'


  ld: warning: directory not found for option '-L(1)/Flurry-iOS-6.4.0/FlurryAds'


  ld: warning: directory not found for option '-F(1)'


  ld: warning: directory not found for option '-F/Users/welch/Downloads/IOS-InApp'


  ld: warning: directory not found for option '-FSDK-InApp-2.4.2'


  ld: library not found for -lFlurryAds_6.4.0


  clang: error: linker command failed with exit code 1 (use -v to see invocation)

單擊“ 構建設置”,然后在“ 庫搜索路徑 下刪除路徑。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM