cocoapod` [!]无法找到私有规格'xxxx~> xx'`的规格

时间:2015-11-05 01:56:12

标签: ios git rspec cocoapods

我有一个私有规范,并在私有规范上有一个测试规范文件(testspec.podspec,tag = 0.2.0)。

当我使用pod search testspec.podspec时,我可以得到它:

-> testspec (0.2.0) test spec pod 'testspec', '~> 0.2.0' - Homepage: https://github.com/wangweijia/cocoapods_test.git - Source: https://github.com/wangweijia/cocoapods_test.git - Versions: 0.2.0 [repo_test repo]

但当我pod install与我的项目:

podfile:pod 'testspec', '~> 0.2.0'

它说:[!] Unable to find a specification for 'testspec.podspec~>0.2.0'

帮助我!!!

1 个答案:

答案 0 :(得分:0)

确保将*Cmd添加到您的podfile。

*Bean

您可能还需要添加主仓库本身:

source