Xcode 9.4 Build(调试,发布)可以,但是存档失败,并显示“找不到选项目录。”

时间:2018-09-11 02:16:09

标签: ios xcode

构建始终是成功的。 但是,归档失败,并显示“没有为选项-L找到目录”。

我搜索了此问题。发现此错误是“库链接错误”。

因此,我尝试了很多类似的事情:

  1. pod安装
  2. 删除库,然后重新添加。
  3. 退出xcode
  4. 重新安装xcode
  5. 重新启动mac

但是,什么都没有改变。

请帮助我。

这是我的错误消息:

ld: warning: directory not found for option '-L/Users/changbaeseo/Desktop/JESTINA.IOS/DerivedData/jestina/Build/Intermediates.noindex/ArchiveIntermediates/jestina_release/BuildProductsPath/Release-iphoneos/FLAnimatedImage'
ld: warning: directory not found for option '-L/Users/changbaeseo/Desktop/JESTINA.IOS/DerivedData/jestina/Build/Intermediates.noindex/ArchiveIntermediates/jestina_release/BuildProductsPath/Release-iphoneos/Toast'
ld: library not found for -lFLAnimatedImage
clang: error: linker command failed with exit code 1 (use -v to see invocation)

这是我的图书馆搜索路径:

library search path

1 个答案:

答案 0 :(得分:0)

已解决,

我使用 .xcodeproj执行项目。 但是,请使用 .xcworkspace 执行项目,一切正常。