簡體   English   中英

無法從Xcode 8上傳構建

[英]Unable to upload build from Xcode 8

我正在嘗試從Xcode 8將構建上傳到App Store。我能夠成功上傳構建,但是在iTunes Connect上它顯示錯誤消息。

錯誤消息: 此版本無效。

這是ScreenShot:

在此處輸入圖片說明

Xcode 8有什么設置嗎? 請建議我。 提前致謝。

根據@Fan Zhang的回答,請按照以下步驟操作,您可以根據需要使用Xcode或Application Loader上載此存檔!

存檔應用程序時,請在管理器中找到存檔,然后:

-->"Show in finder";
-->"Show package contents";
-->In the "xx.xcarchive" file, find the "Products"->"Applications"->"xx.app"(xx is your app's name), "Show package contents" again;
-->Finally, you can see there has a file named"Info.plist", open it;
Edit the value with a key named "BuildMachineOSBuild", I just change it to "15F34"(it's "EI Capitan 10.11.5" 's version);

這對我有幫助

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM