Oh no, an error occurred.

问题

定位问题到

定位问题

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 = (
  );

你可能感兴趣的:(Oh no, an error occurred.)