Xcode 5 minimum deployment target

我是研究僧i 提交于 2020-01-01 06:12:44

问题


Currently I am using Xcode 4.6. My app needs to support minimum iOS 4.3. I also want to expand upper limit support to iOS 7. Does Xcode 5, iOS SDK 7 still support iOS 4.3 ? And is iOS 4.3 simulator still available in Xcode 5 ?

I tried to read up Xcode 5 Release Note but it does not mention anything. Thanks!


回答1:


If you want ios 4.3 simulator in your xcode 5 then follow this process

1> Go your application folder and right click on older xcode

2.> Show package content > contents > Developer > Platforms > iPhoneSimulator.platform >Developer > SDKs

3> Now copy this "iPhoneSimulator4.3.sdk" and follow this same directory structure for new xcode version and past this "iPhoneSimulator4.3.sdk" into "SDKs" folder along with "iPhoneSimulator7.0.sdk".

4> restart xcode and then open your project . It will start showing 4.3 along with 7.



来源:https://stackoverflow.com/questions/19045981/xcode-5-minimum-deployment-target

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