-
Notifications
You must be signed in to change notification settings - Fork 11
Pod ref is missing for version 0.1 #4
Comments
As I mentioned in the PR I am just waiting for the ownership of the pod to get transferred to me and then I will update the trunk. 🎉 |
Yep @NickSkull I closed it. Thanks |
Hey @NickSkull , did you ever get ownership in the end? (Also running into this issue!) Thanks! |
@tomhut Hey, I did! As far as I remember I have also pushed to trunk. What exactly is your issue? :) |
@NickSkull Good to hear! I'm looking to build XcodeServerSDK, which has a dependency on BuildaUtils v0.3.2 which depends on SwiftSafe 0.1 via CocoaPods. When trying to do so however the following error is generated by CocoaPods.
Any help greatly appreciated! UpdatePerhaps this could be the issue, the repo url for 0.1 seems to be pointing to an old location? And I can't seem to see the tag on the current repo. |
@tomhut Reopened this. You are right, there seems to be issues with tags/branches and outdated podspec. As far as I remember Github redirects to new repo url if you rename/transfer it. But either way the branch/tag does not exist anymore, so I'll investigate what's necessary to fix this. |
@NickSkull Interesting, thanks so much! |
@tomhut I can't seem to figure out what's the best way of fixing it, since I don't use CocoaPods as often. Either I can re-add the wrong tag on the same commit as the 1.0.0 version, or I'd have to make a patch version to cocoapods and buildautils would have to be updated. What do you think could be a way of solving this? Should I try and add the commit that the the spec at version 0.1 specifies ("v0.1")? |
@NickSkull I think you can simply tag the correct commit, like this:
If it doesn't work you can delete the tag. The tag should show up here: |
@E-B-Smith I did now, let me know if it fixed the issue :) |
Still not good. Did you publish the podspec too? On the revision, try something like:
You may need to set the version in the podspec too. |
With the pull request I made before I fix the issue with the
SwiftSafe.podspec
, but if necessary to make thepod trunk push SwiftSafe.podspec
with the respective credentials for the owner of project to be SwiftSafe available again in the Specs of Cocopoads with the correct version.Right now is impossible to build Buildasaur because it depends of BuildaUtils that depends on SwiftSafe.
It would be great 😅 integrate the library in the Specs to continue the contribution on Buildasaur.
The text was updated successfully, but these errors were encountered: