[ad_1]
I created a framework and wished to distribute it by way of CocoaPods. For that I printed the code to CocoaPod’s Specs github repository (https://github.com/CocoaPods/Specs.git) utilizing the command:
pod trunk push RXSStoryblokClient.podspec
The pod was efficiently pushed to the trunk (https://github.com/CocoaPods/Specs/commit/b0a141b3c741d757090f61d1579ec92a7c0ebfb6) and on the skin all the pieces appears to have labored. However once I create a small check mission and attempt to set up the newly created pod by including it to the podfile and working
pod set up
it tells me: Unable to discover a specification for 'RXSStoryblokClient'
I’ve tried (as urged by cocoapods) to replace the repo utilizing the
pod repo replace
command, however this did not resolve the problem.
Any assist on this matter could be significantly appreciated!
[ad_2]
