You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue in trying to take over the name of an existing pod, Coordinator. I reached out to the original owner to delete the pod so I could use it instead, but now neither of us are able to modify ownership.
I ran pod trunk push Coordinator.podspec to push the new podspec, but got the following error:
[!] You {my email} are not allowed to push new versions for this pod. The owners of this pod are {original owner email}.
In response, the original owner ran pod trunk add-owner Coordinator {my email}, but received the following error:
[!] No pod found with the specified name.
As a last resort, I tried to claim the pod but then got this error:
Unknown Pod Coordinator
Now neither of us can modify ownership for Coordinator.
What did you expect to happen?
I expected that if all versions of Coordinator were deleted from the public specs repo, I would be able to create a new pod with the same name.
I expected that an additional owner could be added to a pod, as long as CocoaPods has the original owner information stored.
What happened instead?
The original owner now can't add me as an owner, since the pod can't be found, and I can't create a new pod because ownership is still attributed to the original owner.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Report
I'm running into an issue in trying to take over the name of an existing pod,
Coordinator
. I reached out to the original owner to delete the pod so I could use it instead, but now neither of us are able to modify ownership.What did you do?
pod trunk push Coordinator.podspec
to push the new podspec, but got the following error:pod trunk add-owner Coordinator {my email}
, but received the following error:Now neither of us can modify ownership for
Coordinator
.What did you expect to happen?
Coordinator
were deleted from the public specs repo, I would be able to create a new pod with the same name.What happened instead?
The original owner now can't add me as an owner, since the pod can't be found, and I can't create a new pod because ownership is still attributed to the original owner.
CocoaPods Environment
Stack
Installation Source
Plugins
The text was updated successfully, but these errors were encountered: