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

时间:2016-06-23 09:33:58

标签: ios itunesconnect fastlane fastlane-produce

有没有办法使用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

1 个答案:

答案 0 :(得分:1)

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

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