美文网首页
pod install error

pod install error

作者: 今年27 | 来源:发表于2019-10-12 12:02 被阅读0次
    [!] Oh no, an error occurred.
    
    Search for existing GitHub issues similar to yours:
    https://github.com/CocoaPods/CocoaPods/search?q=%5B%21%5D+Xcodeproj+doesn%27t+know+about+the+following+attributes+%7B%22inputFileListPaths%22%3D%3E%5B%5D%2C+%22outputFileListPaths%22%3D%3E%5B%5D%7D+for+the+%27PBXShellScriptBuildPhase%27+isa.%0AIf+this+attribute+was+generated+by+Xcode+please+file+an+issue%3A+https%3A%2F%2Fgithub.com%2FCocoaPods%2FXcodeproj%2Fissues%2Fnew&type=Issues
    
    If none exists, create a ticket, with the template displayed above, on:
    https://github.com/CocoaPods/CocoaPods/issues/new
    
    Be sure to first read the contributing guide for details on how to properly submit a ticket:
    https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
    
    Don't forget to anonymize any private data!
    
    Looking for related issues on cocoapods/cocoapods...
    Traceback (most recent call last):
        12: from /usr/local/bin/pod:23:in `<main>'
        11: from /usr/local/bin/pod:23:in `load'
        10: from /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-1.5.0/bin/pod:55:in `<top (required)>'
         9: from /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:52:in `run'
         8: from /usr/local/lib/ruby/gems/2.5.0/gems/claide-1.0.2/lib/claide/command.rb:324:in `run'
         7: from /usr/local/lib/ruby/gems/2.5.0/gems/claide-1.0.2/lib/claide/command.rb:337:in `rescue in run'
         6: from /usr/local/lib/ruby/gems/2.5.0/gems/claide-1.0.2/lib/claide/command.rb:396:in `handle_exception'
         5: from /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-1.5.0/lib/cocoapods/command.rb:67:in `report_error'
         4: from /usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-1.5.0/lib/cocoapods/user_interface/error_report.rb:119:in `search_for_exceptions'
         3: from /usr/local/lib/ruby/gems/2.5.0/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb:62:in `search_exception'
         2: from /usr/local/lib/ruby/gems/2.5.0/gems/gh_inspector-1.1.3/lib/gh_inspector/inspector.rb:68:in `search_query'
         1: from /usr/local/lib/ruby/gems/2.5.0/gems/gh_inspector-1.1.3/lib/gh_inspector/sidekick.rb:34:in `search'
    /usr/local/lib/ruby/gems/2.5.0/gems/gh_inspector-1.1.3/lib/gh_inspector/sidekick.rb:95:in `parse_results': undefined method `map' for nil:NilClass (NoMethodError)
    
    
    这个先声明, 我的cocoapod一直正常, 只是这个项目突然就这样的,其他项目都ok,
    所以需要更新一下xcodeproj文件,没错, 在项目文件夹下, 输入
    gem update xcodeproj
    即可
    

    相关文章

      网友评论

          本文标题:pod install error

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