简体   繁体   English

我是否需要iOS SDK 7.0才能使用Swift在Xcode 6 Beta中开发ios 7应用

[英]Do I need ios sdk 7.0 to develop ios 7 app in xcode 6 beta using swift

I'm learning swift language, trying to put together a app. 我正在学习快速的语言,试图组装一个应用程序。 My iphone is using ios 7.0, but there's only ios 8 sdk in xcode 6, I found the ios 7.1 sdk in xcode 5's content folder, do I need ios 7.0 sdk if I want my app to support ios 7.0 ? 我的iPhone使用的是ios 7.0,但是xcode 6中只有ios 8 sdk,我在xcode 5的内容文件夹中找到了ios 7.1 sdk,如果我想让我的应用程序支持ios 7.0,我是否需要ios 7.0 sdk? If so, where can I find the ios 7 sdk? 如果是这样,我在哪里可以找到ios 7 SDK?

Thanks 谢谢

You can set the deployment target below 8.0 (eg 7.0) so the app runs on your iOS 7 device. 您可以将部署目标设置为8.0(例如7.0)以下,以便该应用程序在iOS 7设备上运行。 As was pointed out, you should not use and iOS 8 specific classes and methods. 如前所述,您不应使用和iOS 8特定的类和方法。

Please note that you will not be able to upload your app to the app store before Apple releases the official iOS 8 SDK. 请注意,在Apple发布官方的iOS 8 SDK之前,您将无法将应用程序上载到应用程序商店。

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

相关问题 我是否需要Xcode(和Mac)来开发适用于iOS的Ionic应用程序? - Do I need Xcode (and a Mac) to develop an Ionic app for iOS? 如何在Xcode 7.0 beta 2中运行iOS 7.1模拟器? - How can I run the iOS 7.1 Simulator in Xcode 7.0 beta 2? 无法识别具有XCode 7.0 Beta,iOS 8.3和aws-ios-sdk-2.2.0的AWSDynamoDB - Failed to recognize AWSDynamoDB with XCode 7.0 Beta, iOS 8.3, and aws-ios-sdk-2.2.0 使用测试版xcode提交iOS应用程序? - Submitting iOS app using beta version of xcode? 我有 Xcode 命令行工具,我真的需要 Xcode GUI 来开发 iOS 应用程序吗? - I have Xcode command line tools, do I really need the Xcode GUI to develop iOS apps? Xcode 5 / iOS SDK 7.0:UIImageView无法正确显示 - Xcode 5/iOS SDK 7.0: UIImageView not displayed correctly 使用XCode(Swift)为学校和标签属性开发iOS应用程序不会刷新 - Using XCode (Swift) to develop iOS app for school and label properties won't refresh 我可以使用基本SDK iOS 7.0和Today Extension发布应用程序吗? - Can I release an app with base SDK iOS 7.0 and with Today Extension? 如何使用 Fabric SDK 在 Swift iOS 应用程序中强制崩溃? - How do I force a crash in Swift iOS app with Fabric SDK? 不使用最新的 Xcode 版本开发 ios App 可以吗? - is it okay to develop ios App not using using latest Xcode version?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM