Apple 不接受使用某些版本的 SDK 构建的应用程序
我正在尝试将新的二进制文件上传到应用程序商店。 我收到的消息是: “Apple 目前不接受使用此版本 SDK 构建的应用程序。”
有人知道如何解决吗?
I'm trying to upload a new binary to the app store.
the message i get is:
"Apple is not currently accepting applications built with this version of the SDK."
Does any one know how to solve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决这个问题的唯一方法是针对新版本的 SDK 进行构建。
我相信截至昨天,SDK 的最低版本是 4.0
The only way around this is to build against a new version of the SDK.
I believe as of yesterday the minimum version of the SDK is 4.0
我有同样的问题,我解决了!
唯一要做的就是使用设备 SDK 而不是模拟器进行构建。
我可以提交使用 3.1 SDK 构建的应用程序。
I had the same problem and I resolved it!
The only thing to do is building with a DEVICE SDK and NOT SIMULATOR.
I could submit an app builded with the 3.1 SDK.