由于某种原因,每当我叹息或快速通道时,我都会得到Couldn't download certificate, got this instead: HTTP 405 Method Not Allowed。我尝试跳过skip_certificate_verification或skip_fetch_profiles,但仍然无法正常工作。昨天在工作。 Apple Developer Portal今天是否已更改或更新?

有人也得到这个吗?

这是我得到的确切错误:
/Library/Ruby/Gems/2.0.0/gems/spaceship-0.21.1/lib/spaceship/portal/portal_client.rb:311:in `download_certificate': [!] Couldn't download certificate, got this instead: HTTP 405 Method Not Allowed (Spaceship::Client::UnexpectedResponse)
谢谢

最佳答案

根据Sigh上的问题列表,您只需要更新:sudo gem update spaceship

08-24 17:57