zoukankan      html  css  js  c++  java
  • CocoaPods was not found 解决

    sudo gem install cocoapods

    任然提示:

    CocoaPods: not installed 

    The CocoaPods repo has not been synced yet, this will take a long time (approximately 500MB as of Sept 2016). Please run `pod setup` first to sync the repo.

     

    执行:

    pod setup

     

    即可

  • 相关阅读:
    es6类
    ES6模块化
    es6之常/变量
    es6之结构赋值
    es6之箭头函数、rest函数
    es6的新方法
    数组的使用方法
    Vue接口调用问题
    监听器和计算属性
    Vue路由
  • 原文地址:https://www.cnblogs.com/vali/p/10025071.html
Copyright © 2011-2022 走看看