错误:无法加载文件列表的内容:“ /目标支持文件/Pods-xx/Pods-xx-frameworks-Debug-input-files.xcfilelist”(在目标“ xx”中)

时间:2019-05-16 03:39:29

标签: ios swift xcode cocoapods

XCode版本10.2.1

  

错误:无法加载文件列表的内容:“ / Target Support Files / Pods-SMarket / Pods-SMarket-frameworks-Debug-input-files.xcfilelist”(在目标“ SMarket”中)

     

错误:无法加载文件列表的内容:“ / Target Support Files / Pods-SMarket / Pods-SMarket-frameworks-Debug-output-files.xcfilelist”(在目标“ SMarket”中)

     

错误:无法加载文件列表的内容:“ / Target Support Files / Pods-SMarket / Pods-SMarket-resources-Debug-input-files.xcfilelist”(在目标“ SMarket”中)

     

错误:无法加载文件列表的内容:“ / Target Support Files / Pods-SMarket / Pods-SMarket-resources-Debug-output-files.xcfilelist”(在目标“ SMarket”中)

我尝试了this solution,但是没有用。

我试图清理,重建项目,但仍然失败。

不知道哪个部分会产生这些错误,如果需要显示特定文件的详细信息,请发表评论。

我的目标->构建阶段: enter image description here

[CP] Embed Pods Frameworks enter image description here

[CP] Copy Pods Resources enter image description here

3 个答案:

答案 0 :(得分:0)

我在[CP] Embed Pods Frameworks[CP] Copy Pods Resources下找到了输入文件和输出文件部分。只需删除这些部分中的文件,它就可以工作。

但是我仍然不知道为什么会产生此错误。

enter image description here

答案 1 :(得分:0)

pod deintegrate

然后

pod update

答案 2 :(得分:-1)

就我而言->吊舱解体->吊舱清洁->吊舱安装
然后重建项目工作。

我的XCode = 11.3.1