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
和它的工作,直到昨天?
您的項目是一個客觀的c或swift項目? –
你是否更新cocoapods到最新版本?我遇到了同樣的問題,只需運行「sudo gem install cocoapods」 –