MinimumOSVersion is not acceptable

1.1k views Asked by At

I have updated xcode to version 6.3 and converted my swift code to version 1.2.

I'm ready to publish an update on AppStore but it give me an error when uploading my archive:

ERROR ITMS-90068: "This bundle is invalid. The value provided for the key MinimumOSVersion '8.3' is not acceptable."

The problem is that I have no other SDK version available on xcode. In my build settings tab only iOS 8.3 is available.

Any idea?

1

There are 1 answers

0
Vincent Guyard On

As Mustafa Ibrahim said, it was necessary to change the Deployment Target from the General Tab from 8.3 to 8.0, and it works!