简体   繁体   中英

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 ? If so, where can I find the 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. As was pointed out, you should not use and iOS 8 specific classes and methods.

Please note that you will not be able to upload your app to the app store before Apple releases the official iOS 8 SDK.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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