简体   繁体   中英

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

"Linker command failed with exit code 1(use -v to invocation)".

I don't understand what that means and not sure where to go to fix it. I looked at solutions in stackoverflow but none of them are working for me. I cleaned the project also but still not getting rid of the error. Please help.

  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)

单击“ 构建设置”,然后在“ 库搜索路径 下删除路径。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM