简体   繁体   English

我是否需要安装Xcode 4.5才能将iOS应用提交到App Store?

[英]Do I need to install Xcode 4.5 to submit iOS app to App store?

After seeing this cocos2d topic I became confused. 看到这个cocos2d主题后,我感到困惑。 Do I need to install Xcode 4.5 to submit my app to iOS App Store? 我是否需要安装Xcode 4.5才能将我的应用提交到iOS App Store?

As the comments imply if your deployment target is ios5.1 or older you can use older Xcodes to do this. 如注释所暗示的,如果您的部署目标是ios5.1或更旧的版本,则可以使用较旧的Xcode来执行此操作。 I just did this last night. 我昨天晚上才做的。 That said, if some library you want to include was built against the new ios6 SDK, then you will probably not get your app to link. 也就是说,如果您要包含的某些库是根据新的ios6 SDK构建的,则您可能无法链接到您的应用。 In this case you will have to update Xcode to 4.5. 在这种情况下,您将必须将Xcode更新为4.5。

Currently, if your app does not require any iOS 6 APIs or features, you do not need to install Xcode 4.5 to submit apps to the App store. 当前,如果您的应用程序不需要任何iOS 6 API或功能,则无需安装Xcode 4.5即可将应用程序提交到App Store。

Apple may change this requirement at some unknown point in the future. Apple可能会在将来某个未知的时刻更改此要求。 For instance, when the SDK for iOS 4.0 was publicly released, Apple stopped allowing the submission of apps developed with the, over 1 year older, 2.x SDKs. 例如,当iOS 4.0的SDK公开发布时,Apple停止允许提交使用超过1年的2.x SDK开发的应用程序。

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

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