我试图从Xcode 8上传构建到App,.I能够成功地上传构建,但是在iTunes连接上,它显示了错误消息。
错误消息:此生成无效。
以下是ScreenShot:

Xcode 8有设置吗?请告诉我。提前谢谢。
发布于 2016-10-03 12:03:17
根据@扇张答案,按照这些步骤,你可以上传这个档案使用Xcode或应用程序加载,任何你想要的!
当您将应用程序存档时,请在组织者中找到您的存档,然后:
-->"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);这对我有帮助
https://stackoverflow.com/questions/39830893
复制相似问题