简体   繁体   English

有人可以帮助我在Swift“ Apple Mach-O Linker Error”中修复此错误吗?

[英]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)". “链接器命令失败,退出代码为1(使用-v进行调用)”。

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. 我查看了stackoverflow中的解决方案,但没有一个对我有用。 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)

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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