iOS-Pods-XX.debug.xcconfig: unable to open file

Posted MinggeQingchun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS-Pods-XX.debug.xcconfig: unable to open file相关的知识,希望对你有一定的参考价值。

从网上下载了一个项目,报错如下:

Showing Recent Messages
/Users/XX/Desktop/XX/Pods/Target Support Files/Pods-XX/Pods-XX.debug.xcconfig: unable to open file (in target "XX" in project "XX")

这时项目中pod文件一片红

解决办法:

1、sudo gem install cocoapods --pre

或者   sudo gem install -n /usr/local/bin cocoapods --pre

2、pod install

3、pod update(pod install 不行再执行)

解决了就可以看到项目中含有pod文件了

以上是关于iOS-Pods-XX.debug.xcconfig: unable to open file的主要内容,如果未能解决你的问题,请参考以下文章