Xcode Buildtime Error: 'Unable to load contents of file list: '…/Info.plist' (in target 'xxxx')

解决方法

1:终端cd到项目路径下
2 pod deintegrate
3 sudo gem install cocoapods-clean
4 pod clean
// 打开项目路径看Pods如果存在手动删除
6 pod setup // (This may take some time)
7 pod install

你可能感兴趣的:(Xcode Buildtime Error: 'Unable to load contents of file list: '…/Info.plist' (in target 'xxxx'))