zoukankan      html  css  js  c++  java
  • Xcode 9.3 pod install update 错误

    [!] Oh no, an error occurred.

    Search for existing GitHub issues similar to yours:

    https://github.com/CocoaPods/CocoaPods/search?q=%5BXcodeproj%5D+Unknown+object+version.&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!

    先查看pods版本:  pod --version

    原因:这是因为你的 Xcode 版本和 CocoaPods 的版本不匹配,你需要更新你的 CocoaPods 
    解决方法:终端输入命令 $ gem install cocoapods --pre

    如果更新完还是不行  打开工程  这里的Project Format 默认为Xcode 9.3-compatible,将它修改9.3以下即可

     

     

  • 相关阅读:
    原型模式
    浅复制和深复制
    适配器模式
    外观模式
    模板方法
    建造者模式
    代理模式
    Centos7重新安装yum
    关于mongodb创建索引的一些经验总结(转)
    MongoDB查询语句(转)
  • 原文地址:https://www.cnblogs.com/allencelee/p/9076830.html
Copyright © 2011-2022 走看看