定位问题到
RuntimeError - [!] Xcodeproj doesn't know about the following attributes {"inputFileListPaths"=>[], "outputFileListPaths"=>[]} for the ‘xxxxxx’ isa
出现这个问题的原因是:
Xcode10 版本且pod版本< 1.5.5
解决办法一
sudo gem install cocoapods --pre
解决办法二 (推荐)
在project.pbxproj中删除
inputFileListPaths = (
);
outputFileListPaths = (
);