出于某种原因,每当我跑步或者快跑时,我都会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)
由于
答案 0 :(得分:11)
根据Sigh上的问题列表,您只需更新:sudo gem update spaceship
答案 1 :(得分:4)
哈哈飞船v0.22.0修好了它。谢谢KrauseFx!