更新到 Xcode 10.2 后:尝试将应用程序提交到 App Store 时出现工具链无效错误
After updating to Xcode 10.2: Invalid Toolchain error when trying to submit app to App Store
Xcode 今天自动更新到版本 10.2。另外,我今天想提交 App Store 的新版本。提交后我收到了以下邮件:
App Store Connect
Dear Developer,
We identified one or more issues with a recent submission for your
app, "my app". Please correct the following issues, then upload again.
Invalid Toolchain - Your app was built with a beta version of Xcode
or SDK. Apps submitted to the App Store must be built with the
GM version of Xcode 9
and the SDK for iOS 11
, tvOS 11
, watchOS
4
, or macOS 10.13
or later.
Best regards,
The App Store Team
有什么问题吗? Xcode 10.2 不再处于测试阶段,因为我从未下载过测试版。是我做错了什么还是苹果的错?
从 Apple Developer Forums 找到一个条目,我不是唯一一个。那里没有建议的解决方案,只是等待,所以我会等待...
仅供参考,我已经尝试 this 但它不起作用。
Apple 似乎有点 "careless" 之前没有更新他们的后端来接受最新的 XCode GM 版本。 例如。
不幸的是,在我看来,唯一可能的解决方案要么等待 Apple 修复它,要么 downgrading your XCode 版本升级到 10.1
我认为这对我来说已经解决了。
在 Xcode 中打开项目,然后单击项目导航器中最顶层的项目。打开右窗格,在项目格式下将其从 Xcode 9.3 兼容切换到 Xcode 10.0 兼容。将内部版本号增加一个,然后通过存档再次上传应用并重新提交新版本。
看来 Apple 已经修复了它!
再次推送“提交审核”,没有任何更改,使用相同的二进制文件。
构建已保持 Waiting for Review
状态几个小时。
Xcode 今天自动更新到版本 10.2。另外,我今天想提交 App Store 的新版本。提交后我收到了以下邮件:
App Store Connect
Dear Developer,We identified one or more issues with a recent submission for your app, "my app". Please correct the following issues, then upload again.
Invalid Toolchain - Your app was built with a beta version of
Xcode
or SDK. Apps submitted to the App Store must be built with the GM version ofXcode 9
and the SDK foriOS 11
,tvOS 11
,watchOS 4
, ormacOS 10.13
or later.Best regards,
The App Store Team
有什么问题吗? Xcode 10.2 不再处于测试阶段,因为我从未下载过测试版。是我做错了什么还是苹果的错?
从 Apple Developer Forums 找到一个条目,我不是唯一一个。那里没有建议的解决方案,只是等待,所以我会等待...
仅供参考,我已经尝试 this 但它不起作用。
Apple 似乎有点 "careless" 之前没有更新他们的后端来接受最新的 XCode GM 版本。
不幸的是,在我看来,唯一可能的解决方案要么等待 Apple 修复它,要么 downgrading your XCode 版本升级到 10.1
我认为这对我来说已经解决了。
在 Xcode 中打开项目,然后单击项目导航器中最顶层的项目。打开右窗格,在项目格式下将其从 Xcode 9.3 兼容切换到 Xcode 10.0 兼容。将内部版本号增加一个,然后通过存档再次上传应用并重新提交新版本。
看来 Apple 已经修复了它!
再次推送“提交审核”,没有任何更改,使用相同的二进制文件。
构建已保持 Waiting for Review
状态几个小时。