I am creating my own private pod. I have complete all step. But in last step when we call
pod trunk push AffleChat_msy1.podspec
We got error like
[!] Source code for your Pod was not accessible to CocoaPods Trunk. Is it a private repo or behind a username/password on http?
I think what you are searching for is:
Before, you should consider that you need to tag your current version:
Also pushing that tag.
The
--tagscommand pushes all tags, even unwanted. Push just one tag by: How to only push a specific tag to remote?See this medium article to get a good overview about how to update private pods.