美文网首页
Oh no, an error occurred.

Oh no, an error occurred.

作者: sttech | 来源:发表于2019-12-02 17:29 被阅读0次
    问题

    定位问题到

    定位问题
    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.

          本文链接:https://www.haomeiwen.com/subject/avufgctx.html