2015-12-25 152 views
1

這裏的規格是我莢文件可可豆莢無法找到

source 'https://github.com/CocoaPods/Specs.git' 

# Uncomment this line to define a global platform for your project 
platform :ios, ‘8.0‘ 
# Uncomment this line if you're using Swift 
use_frameworks! 

target 'LIDO' do 

pod 'SWXMLHash', '~> 2.0.0' 
pod 'AEXML' 
#pod 'SwiftyButton' 
pod 'ActionButton' 
pod 'DOFavoriteButton' 
#pod "VideoSplash" 
pod 'LNRSimpleNotifications', '0.2.0' 
pod 'EZLoadingActivity' 
#pod 'SwiftOverlays', '~> 1.0' 
pod 'PureLayout' 
end 

莢 'SwiftyButton' 莢 「VideoSplash」 莢 'SwiftOverlays', '〜> 1.0'

我總是碰上

[!]無法找到規範

有什麼想法爲什麼? 我能找到所有這些

http://cocoapods.org/pods/SwiftyButton
http://cocoapods.org/pods/SwiftOverlays
http://cocoapods.org/pods/VIDEOSPLASH

和它的工作,直到昨天?

+0

您的項目是一個客觀的c或swift項目? –

+1

你是否更新cocoapods到最新版本?我遇到了同樣的問題,只需運行「sudo gem install cocoapods」 –

回答

0

你要執行sudo rm -fr ~/.cocoapods/repos/master,因爲它會刪除所有你在你的電腦有僞造和破壞回購給它一個機會來重新填充你重做pod setup後,which'll恢復你與一個新鮮的CocoaPods設置。此外,您需要指定sudo xcode-select --switch /applications/Xcode.app您的新版本的Xcode。這只是我必須完成修復程序的另一個安裝程序。從那裏,只需做pod setup,你就可以運行pod install來集成你想要的所有庫!