-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't push pod with different case after the old one was deleted #146
Comments
Could anyone 🙏 help on that 🙂? This blocks us from releasing our pod under our Wrapping up, even if the
I can't push
|
This happens because you're not trying to push the same pod than the old one and replacing it, but trying to push a different new pod (with a different name than the other one) but whose name is conflicting with the old one. Note especially that the two use different cases, DataDog for the old, already existing one vs Datadog for the new one you're trying to push. So trunk considers that you're trying to push a different, new pod and refuses because there's already one with a name that is too similar (case-insensitive-wise) If the goal is to replace the old pod, be sure to use the exact same name too, namely DataDog with capital D |
Hey @AliSoftware, thanks for looking into this issue. Our goal was to re-claim our |
CocoaPods/trunk.cocoapods.org#279 Having a similar issue here. |
Hello 👋, I work for Datadog and I'm struggling with pushing our
Datadog.podspec
by getting:A little background:
DataDog.podspec
(camel case);pod trunk me
is this:pod trunk delete DataDog 0.6.2
Now, even if the
DataDog.podspec
was removed from specs repo 14 hours ago, I still can't succeed withpod trunk push Datadog.podspec
.I have searched for possible workarounds, including this one "#172 name is already taken" after a pod version delete, but my issue seems different, as it includes both, the contributor change and case sensitivity thing.
Any suggestions what we can do to share our Datadog pod with the community 🙂?
I'm on
pod --version
1.9.1.DataDog.podspec
was on version0.6.2
, I'm trying to push1.0.0-beta1
- here's my podspec.The text was updated successfully, but these errors were encountered: