2016-12-04 27 views
1

我在使用飞行员在测试飞行时遇到了问题。我目前正在显示与此错误:使用飞行员在fatlane上传到appstore时出错

ERROR ITMS-90054: "This bundle is invalid. The bundle identifier cannot be changed from the previous version. If you want to change your bundle identifier, you will need to create a new application in iTunes Connect." 
ERROR ITMS-90186: "Invalid Pre-Release Train. The train version '10.4.0' is closed for new build submissions" 
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [10.4.0] in the Info.plist file must contain a higher version than that of the previously approved version [10.4.0]." 
[19:06:19]: ERROR ITMS-90054: "This bundle is invalid. The bundle identifier cannot be changed from the previous version. If you want to change your bundle identifier, you will need to create a new application in iTunes Connect." 
ERROR ITMS-90186: "Invalid Pre-Release Train. The train version '10.4.0' is closed for new build submissions" 
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [10.4.0] in the Info.plist file must contain a higher version than that of the previously approved version [10.4.0]." 
Return status of iTunes Transporter was 1: ERROR ITMS-90054: "This bundle is invalid. The bundle identifier cannot be changed from the previous version. If you want to change your bundle identifier, you will need to crea\nERROR ITMS-90186: "Invalid Pre-Release Train. The train version '10.4.0' is closed for new build submissions\nERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [10.4.0] in the Info.plist file must contain a higher version than that of the previously approved version [10.4.0]." 
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure. 

在我中fastfile的代码是像这样:

lane :beta do 
    # match(type: "appstore") # more information: https://codesigning.guide 
    gym(scheme: "MyApp UAT", output_directory: build_folder) 
    puts "Uploading latest build to TestFlight..." 
    pilot 
    # sh "your_script.sh" 
    # You can also use other beta testing services here (run `fastlane actions`) 
    end 

我有很多的目标,我的项目和MyApp的UAT就是其中之一(开发目标)。任何想法我可能在这里做错了吗?我试图在MyApp UAT目标中碰撞构建号,但这似乎没有什么区别。

scheme要设置目标的正确位置?

+0

好吧,如果你看过错误输出,它清楚地表明你没有在itunes连接中使用相同捆绑ID的应用程序。 –

回答

0

您正在尝试上传已上传的版本。

您正在尝试某种倍率这是不允许的

ERROR ITMS-90186: "Invalid Pre-Release Train. The train version '10.4.0' is closed for new build submissions"

ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [10.4.0] in the Info.plist file must contain a higher version than that of the previously approved version [10.4.0]."

上传你的项目的BuildNumber或你和的versionName再次尝试相同的版本。