Skip to content
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

Cannot trunk push after 'pod trunk delete {version}' #299

Open
kakao-lucas opened this issue Feb 9, 2021 · 1 comment
Open

Cannot trunk push after 'pod trunk delete {version}' #299

kakao-lucas opened this issue Feb 9, 2021 · 1 comment

Comments

@kakao-lucas
Copy link

kakao-lucas commented Feb 9, 2021

What did you do?

I did the work in the order below.

pod trunk push RxKakaoPartnerSDKTalk.podspec --allow-warnings --synchronous --verbose
--> success

pod trunk delete RxKakaoPartnerSDKTalk 2.4.0-beta.1
--> deleted

pod trunk push RxKakaoPartnerSDKTalk.podspec --allow-warnings --synchronous --verbose
--> error occurred. (show Project that demonstrates the issue)

pod trunk delete RxKakaoPartnerSDKTalk 2.4.0-beta.1
--> [!] The version is already deleted.

pod trunk push RxKakaoPartnerSDKTalk.podspec --allow-warnings --synchronous --verbose
--> error occurred again again again.... (show Project that demonstrates the issue)

other dependency modules's pod trunk push have no problem. only this module(RxKakaoPartnerSDKTalk 2.4.0-beta.1) has push error.

What did you expect to happen?

[!] An internal server error occurred. Please check for any known status issues at https://twitter.com/CocoaPods and try again later.

CocoaPods Environment

pod 1.9.3

Project that demonstrates the issue

-> "HTTP/1.1 500 Internal Server Error\r\n"
-> "Date: Tue, 09 Feb 2021 03:30:27 GMT\r\n"
-> "Connection: keep-alive\r\n"
-> "Strict-Transport-Security: max-age=31536000\r\n"
-> "Content-Type: application/json\r\n"
-> "Content-Length: 141\r\n"
-> "X-Content-Type-Options: nosniff\r\n"
-> "Server: thin 1.6.2 codename Doc Brown\r\n"
-> "Via: 1.1 vegur\r\n"
-> "\r\n"
reading 141 bytes...
-> "{"error":"An internal server error occurred. Please check for any known status issues at https://twitter.com/CocoaPods and try again later."}"
read 141 bytes
Conn keep-alive
[!] An internal server error occurred. Please check for any known status issues at https://twitter.com/CocoaPods and try again later.

@kakao-lucas kakao-lucas changed the title Report Cannot trunk push after 'pod trunk delete {version}' Feb 9, 2021
@orta
Copy link
Member

orta commented Feb 25, 2021

Yep, this is intentional, you can't delete and re-create a Pod with the same version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants