我遇到了两个问题,我不知道如何解决如何验证应用程序发布到Mac。

新版本的iTMStransporter可在早期访问更新通道上使用.在命令行上指定'-updateChannel earlyAccess‘来测试它。
--关于沙箱的相关问题--
您的iTMSTransporter版本将在大约2天内更新。
我已经调查了应用商店,我没有发现任何似乎相关的东西。执行该命令将返回command not found: -updateChannel
发布于 2021-12-17 13:27:40
这解决了我的问题:
terminal
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/Current/itms/bin
./iTMSTransporter -updateChannel earlyAccess in https://stackoverflow.com/questions/70379519
复制相似问题