Change the minimum OS requirments of my iPhone App?

梦想与她 提交于 2019-12-04 11:27:54

It's possible to downgrade it. For instance, I have an app that was originally 3.0, but I've since decreased requirements to 2.0.

To do this:

  1. Double-click on your Target's name in Xcode to bring up the Target Info.
  2. Go to the Build tab and search for "iPhone OS Deployment Target".
  3. Pick whichever SDK you want to use as your minimum requirements.

One thing is that it won't tell you if it doesn't work on a certain version. You'll have to compare your methods with which ones are available in each version manually.

You can help curb this by changing your Base SDK too:

  1. Same place, search for "Base SDK".
  2. Change it to the lowest iPhone OS Device SDK you can/want. On Snow Leopard, this is 2.2.1; Leopard can go as low as 2.0 if you installed it with Xcode.

Good luck! :)

I don't think you can, apple states somewhere that when using new SDK's i think you build for the latest software update.

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