在iTunes与Fastlane连接中创建新的iOS应用程序版本



是否有一种方法可以使用fastlane中已经存在的iTunes Connect创建新的iOS应用程序版本?

我尝试使用以下produce命令:

produce create -a "com.somebundleidentifier" -q "My App Name" -u test@example.com -b XXXXXX -d -z 6.2.4

但我回来了:

[iTC] App 'com.somebundleidentifier' already exists (983959158), nothing to do on iTunes Connect

可以通过上传ipa时使用deliver来完成。

deliver --ipa "$ipa" -z 6.2.4 -u test@example.com

相关内容

最新更新