zoukankan      html  css  js  c++  java
  • 使用 CocoaPods 遇到的问题记录

      1、  

      在 Terminal 输入 Cocoapods 命令时,有时会一直等待,出现“Performing a deep fetch of the `master` specs repo to improve future performance ”,

      出现这种情况时,需要删除 master 分支。sudo rm -fr ~/.cocoapods/repos/master 

      再执行: pod update

      

      2、

      出现以下错误:

      ERROR:  While executing gem ... (OpenSSL::SSL::SSLError)

        hostname "upyun.gems.ruby-china.org" does not match the server certificate

      方法一:

      1) outdate open SSL

        $ rvm -v
        $ rvm get head
    

      2) outdate bundle

        $ gem install bundle
    
     方法二:
        $ gem update --system
    
      方法三:
        $ apt-get install openssl
    
  • 相关阅读:
    增删改
    创建数据库
    数据库的列类型
    数据库
    Python os.ttyname() 方法
    Python os.tmpnam() 方法
    Python os.tmpfile() 方法
    Python os.tempnam() 方法
    Python os.tcsetpgrp() 方法
    LR运行负载测试场景-笔记
  • 原文地址:https://www.cnblogs.com/ZachRobin/p/6920164.html
Copyright © 2011-2022 走看看