📱Your version of iTMSTransporter will be updated in approximately 4 days.

XcodeでAppStoreにアプリをアップデートしたらメッセージが

Your version of iTMSTransporter will be updated in approximately 4 days.

何かがあと数日で更新される。
調べてみると、Appleのストアに提出するコマンドのことらしい。
Xcode.appの中にある様なので、バージョンを調べてみると、以下のメッセージがでた。

% ./Contents/Developer/usr/bin/iTMSTransporter --version
:
iTMSTransporter, version 2.3.0
 
[2022-10-18 11:35:14 JST] <main>  WARN: Your version of iTMSTransporter will be updated in approximately 4 days.
[2022-10-18 11:35:14 JST] <main>  INFO: A new version of iTMSTransporter is available on the early-access update channel. Specify '-updateChannel earlyAccess' on the command line to test it out.

同じワーニングが出ている。
INFOに記載してあるようにコマンドを実行したら

% ./Contents/Developer/usr/bin/iTMSTransporter -updateChannel earlyAccess
:
[2022-10-18 11:36:45 JST] <main> DBG-X: Returning 0  # アップデートできたのかな

再度、バージョンを確認してみたら

% ./Contents/Developer/usr/bin/iTMSTransporter --version                
:
iTMSTransporter, version 3.0.0
 
[2022-10-18 11:36:59 JST] <main> DBG-X: Returning 0

いけたっぽい。
そもそもは、Xcodeのバージョンをあげれば良いことなので、ほとんどの人には不要な情報と思います。
Macのバージョン上げて、Xcodeのバージョンもあげるんだ。

0 件のコメント :

コメントを投稿