简体   繁体   English

我可以使用Xcode 7生成,发布iOS 8应用并将其部署到App Store吗?

[英]Can I use Xcode 7 to build, release and deploy iOS 8 app to the App Store?

I was working on Xcode 6 and now upgrading to Xcode 7. 我正在研究Xcode 6,现在升级到Xcode 7。

Would I be able to build iOS 8 iPhone app using Xcode 7? 我可以使用Xcode 7构建iOS 8 iPhone应用程序吗? Or do I have to use Xcode 6? 还是我必须使用Xcode 6? Are there any restriction or compatibility issues that I should be aware of? 我应该注意任何限制或兼容性问题吗? Will I be able to deploy this build or release it to the App Store? 我是否可以部署此版本或将其发布到App Store?

Yes, just change the deployment target of your app to 8.0: 是的,只需将应用程序的部署目标更改为8.0:

Xcode的

There are no restrictions or compatibility issues, other than not being able to use any iOS 9 APIs in your app should you chose to target a lower SDK level. 除了您应选择较低的SDK级别无法在应用中使用任何iOS 9 API之外,没有任何限制或兼容性问题。

You can set the Deployment Target to 8.0 in Target->General->Deployment Info. 您可以在Target-> General-> Deployment Info中将Deployment Target设置为8.0。 Xcode 7 will allow you to take advantage of many new features and still target iOS8 bearing devices. Xcode 7将允许您利用许多新功能,并且仍然以iOS8轴承设备为目标。

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

相关问题 将Xcode 6 Beta,iOS 7应用程序发布到App Store - Release Xcode 6 Beta, iOS 7 app to App Store 如何在发布前查看 iOS App Store URL? - How can I view iOS App Store URL before release? 我在iTunes应用商店中部署了iOS应用,但iOS和iOS应用活动“正在处理”中未显示iOS应用构建 - I'm deploy IOS app in iTunes app store but IOS app build not showing up in iTunes and iOS app activity “Processing” 如果我在App Store上购买了XCode 4,可以进行iOS开发吗? - If I buy XCode 4 on the app store, can I do iOS development? 如何在发布模式下为 ios 应用商店构建 ReactNative 应用? - How to build a ReactNative app in release mode for the ios app store? 是否可以在没有Xcode UI的情况下将应用构建并分发到Apple Store? - Can I build and distribute app to apple store without Xcode UI? 如何让 Xcode 为 iOS 构建我的应用程序? - How can I get Xcode to build my app for iOS? 发布版本仅在IOS Xcode Flutter中加载应用程序的启动屏幕 - Release build loads only the splash screen of the app in IOS Xcode Flutter Xcode iOS 应用程序在发布版本(存档)中不提示网络访问 - Xcode iOS app not prompting for network access in release build (archive) 我可以使用Shopify Mobile Buy SDK为shopify商店构建android或ios应用程序吗? - Can I use Shopify Mobile Buy SDK to build android or ios app for shopify store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM