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
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.
The text was updated successfully, but these errors were encountered:
kakao-lucas
changed the title
Report
Cannot trunk push after 'pod trunk delete {version}'
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.
The text was updated successfully, but these errors were encountered: