CocoaPods版本公升級

2021-07-11 09:12:16 字數 1453 閱讀 4855

和往常一樣使用cocoapods管理乙個基於fmdb的專案類庫

命令列執行

$ pod install

[!] the

'master' repo requires cocoapods

0.32

.1 -

失敗,提示需要cocoapods 0.32.1版本

檢視cocoapods版本

$ pod --version

0.29

.0

確實需要更新了

$ sudo gem update --system // 先更新gem,國內需要切換源

$ sudo gem install cocoapods // 安裝cocoapods

$ pod setup

和安裝過程是一樣的,再次檢視版本

$ pod --version

0.39

.0

done!!

原文:

執行sudo gem install cocoapods出現錯誤:

error:  while executing gem ... (errno::eperm)

operation not permitted - /usr/bin/xcodeproj

我估計是gem版本沒有更新。執行sudo gem update --system,又出現了錯誤

error:  while executing gem ... (errno::eperm)

operation not permitted - /usr/bin/update_rubygems

估計是公升級系統和安裝xcode7 之後cocoapods不好使了 得公升級 一下是解決方案:

自定義gem_home

命令列操作:

$ mkdir -p $home/software/ruby

$ export gem_home=$home/software/ruby

$ gem install cocoapods

[...]

1 gem installed

$ export path=$path:$home/sofware/ruby/bin

$ pod --version

0.39.0

原文:

CocoaPods版本公升級

原文 和往常一樣使用cocoapods管理乙個基於fmdb的專案類庫 命令列執行 pod install the master repo requires cocoapods 0.32 1 失敗,提示需要cocoapods 0.32.1版本 檢視cocoapods版本 pod version 0.2...

Cocoapods 版本公升級

公升級 os x el capitan 後,time machine 恢復下,隨後因為遇到 octopress 無法更新部落格問題,一番折騰 octopress 適配了 os x el capitan,然而事情總沒有那麼簡單,又丟過來乙個問題。和往常一樣使用 cocoapods 執行命令 pod i...

CocoaPods版本公升級

和往常一樣使用cocoapods管理乙個基於fmdb的專案類庫 命令列執行 pod install the master repo requires cocoapods 0.32 1 失敗,提示需要cocoapods 0.32.1版本 檢視cocoapods版本 pod version 0.29 0...