swift项目pod报错:Unable to load cont
2019-05-27 本文已影响0人
苍眸之宝宝
1.出错详细内容:
Unable to load contents of file list: '~/Pods/Target Support Files/xxx/xxx-Debug-input-files.xcfilelist'(in target 'xxx')
2.出错原因:
不同的pod版本初始化三方框架出错。
3.解决方案:
更新pod版本,重新初始化。
// 更新pod版本命令:
sudo gem update -n /usr/local/bin cocoapods
// 重新初始化命令:
pod install