LoginSignup
2
0

More than 5 years have passed since last update.

fastlaneの`upload_to_app_store`コマンド実行中に`We’re temporarily unable to save your changes.`と出てアップロード出来ない時の対処法

Posted at

概要

fastlaneでアプリのバイナリをiTunesConnectにあげようとした時に、下記のようなエラーが出て止まることがある。
不思議なことに手動でアップロードする分には正常にアップロードできる。
なので、エラー文にあるように時間を置いてやり直しても直らない。
それに対する対処法を見つけたのでそれを記す。

[⠸] Uploading metadata to iTunes Connect iTunes Connect temporary error received: 'We’re temporarily unable to save your changes. Please try again later.'. Retrying after 60 seconds (remaining: 4)

解決法

fastlane/metadata/review_informationディレクトリ内の情報が足りていないためにエラーが生じている可能性がある。
なのでfirst_name.txtlast_name.txt,email_address.txt,phone_number.txtなどの内容をきちんと入力してから同様のコマンドを再実行する。

するとエラーが別のものに変わって対処しやすくなるはずだ。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0