我有一个私有规范,并在私有规范上有一个测试规范文件(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'
帮助我!!!
答案 0 :(得分:0)
确保将*Cmd
添加到您的podfile。
*Bean
您可能还需要添加主仓库本身:
source