2

I need to solve this Issue: ERROR ITMS-90068: "This bundle is invalid. The value provided for the key MinimumOSVersion '8.3' is not acceptable."

Because I was uploading my application to appstore and presented this error, my app is in the version 8.3 iOS

ThankU :*

4

2 回答 2

1

问题是 Apple 还不允许您将 MinimumOSVersion 设置为 8.3。(我猜是因为它很新鲜;))

您可以做的是将部署目标设置为 8.2,这将起作用。

希望有帮助:)

于 2015-04-17T04:50:50.593 回答
0

如果您使用 Cocoapods,您应该检查值IPHONEOS_DEPLOYMENT_TARGET,例如:

在此处输入图像描述

您应该将值更改为 8.3 或 8.0(以及)。

于 2015-11-20T11:52:18.803 回答