Open dautermann opened 6 years ago
I have a binary-only cocoapod hosted on GitHub that we'd love to publish to trusted friends via Artifactory.
Even though everything seems to look correct when I do pod repo-art list:
pod repo-art list
[~/.cocoapods/repos]:;pod repo-art list cocoapods-local - URL: https://proxyco.jfrog.io/proxyco/api/pods/cocoapods-local - Path: /Users/myke/.cocoapods/repos-art/cocoapods-local/ 1 repo
Trying to push my new podspec into it is failing:
[~/Source/proxy/release-ios-sdk]:;pod repo-art push cocoapods-local ProxySDK.podspec Adding the spec to repo `cocoapods-local' [!] 'cocoapods-local' is not an Artifactory-backed Specs repo
What step am I missing?
I have a binary-only cocoapod hosted on GitHub that we'd love to publish to trusted friends via Artifactory.
Even though everything seems to look correct when I do
pod repo-art list
:Trying to push my new podspec into it is failing:
What step am I missing?