pod'Bolt'在我尝试pod install命令

时间:2016-09-20 05:09:01

标签: ios iphone swift git cocoapods

我从podfile中包含pod'Bolts'的开发分支中提取了最新代码。之后我在终端尝试了pod install命令,然后我的终端出现了以下错误

  

[!]无法满足以下要求:

     
      Bolts 要求
  • Podfile   Bolts
  • 要求
  • Podfile   Bolts (= 1.8.4)
  • 要求
  • Podfile.lock   
     

您的规范来源都没有包含满足依赖关系的规范:   Bolts, Bolts (= 1.8.4)

     

您有:*可以更新的过期源代码库   pod repo update。 *错误输入了名称或版本。 *没有添加   将Podspec托管到Podfile的源代码。

     

注意:从CocoaPods 1.0开始,pod repo update默认情况下不会发生pod install

我的podfile看起来像这样

use_frameworks!

def pods
    pod 'Bolts'
end

target 'Test' do
    pods
end

请帮助我。如何解决这个问题?

0 个答案:

没有答案
相关问题