MinimumOSVersion is not acceptable

北战南征 提交于 2019-12-12 01:53:27

问题


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:


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!



来源:https://stackoverflow.com/questions/29641118/minimumosversion-is-not-acceptable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!