XCode:Unable to load contents of file list

当你编译的时候,XCode出现Unable to load contents of file list 错误,导致出现此原因是pods版本不一致
解决办法
更新pods版本或者重新安装

sudo gem install cocoapods --pre

最后把工程里面的 Pod 文件夹和 Podfile.lock 文件删掉,再进入项目根目录重新运行一下 pod install 命令,重新编译即可。

你可能感兴趣的:(XCode:Unable to load contents of file list)