我不知道我的椰殼有什麼問題。每次運行pod安裝時,它總是在每個pod庫上顯示此錯誤。例如 「AFNetworking」找不到'[任何豆莢圖書館]的規格'
[!] Unable to find a specification for `AFNetworking (~> 3.0)`
我嘗試以下,但沒有幫助:
pod repo update
sudo rm -fr ~/.cocoapods/repos/master
pod setup
pod install
我試圖更新我的CocoaPods到1.1.1時,Xcode 8.2和Mac OS至10.12.2但問題依然存在。
我的椰子花甚至無法搜索。
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'Leader' do
use_frameworks!
pod 'AFNetworking', '~> 3.0'
end
我也嘗試卸載並重新安裝的CocoaPods回來,但沒有幫助:它每次運行「莢搜索AFNetworking」
[!] Unable to find a pod with name, author, summary, or description matching `AFNetworking`
這裏是我的podfile樣子時出示此錯誤。
我有同樣的問題,你解決了嗎? – aircraft