简体   繁体   English

将iOS SDK从5.1降级到5.0

[英]Downgrade iOS SDK from 5.1 to 5.0

I've been developing an app, which is ready to be sent to verification at Apple. 我一直在开发一个应用程序,可以将其发送给Apple进行验证。 I've been beta testing 5.1, so both my Xcode and iPhone is configured with SDK 5.1 and so is my app. 我一直在进行5.1版的Beta测试,因此我的Xcode和iPhone都配置了SDK 5.1,我的应用也是如此。

Apple do not accept apps with 5.1 right now, so is there an easy way to downgrade the SDK to 5.0? Apple目前不接受带有5.1的应用程序,那么有没有简便的方法可以将SDK降级为5.0? I've tried editing the value of "Base SDK" but only 5.1 shows up. 我尝试编辑“ Base SDK”的值,但仅显示5.1。

Unfortunately you'll have uninstall Xcode and iOS SDK an reinstall 5.0 downloaded from apple. 不幸的是,您将卸载Xcode和iOS SDK,并从Apple下载了重新安装5.0。

you can use this command: 您可以使用以下命令:

sudo /Developer/Library/uninstall-devtools –mode=all

您也可以仅在Mac上的其他位置分别下载并安装带有iOS 5.0的XCode 4.2。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM