Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do I need to install Yosemite in order to build a Swift iOS app?

Tags:

macos

swift

I would like to try building a swift app, but I am afraid to upgrade my Mac to Yosemite Developer Preview. I am not clear if this is a prerequisite.

like image 722
aarti Avatar asked Jun 03 '14 01:06

aarti


People also ask

How to make an iOS app with Swift?

Make an IOS App With Swift. 1 Step 1: Download Xcode. Xcode is the name of Apple's Integrated Development Environment (IDE). Xcode can be used to develop both iOS and Macintosh ... 2 Step 2: Let's Get Started! 3 Step 3: Working on the UI. 4 Step 4: Hook It Up! 5 Step 5: Start Coding! More items

How to download and install OS X Yosemite for free?

In either case, you’re taken to the OS X Yosemite page where you can download Yosemite for free. Click the appropriate button to download it and then enter your Apple ID and password when prompted. The installer will start downloading and be saved to the Applications folder at the root level of your hard drive.

How do I install Swift on an iPhone 6?

In the top toolbar at the left side you should see the words "Swift iPhone App". Next to it, there should be some more text that either says just "iOS Device" or an actual device like iPhone 6, iPhone 5, etc. Click this dropdown and select iPhone 6.

How do I install Yosemite on multiple computers?

The Yosemite license allows you to install that single copy on multiple computers. Once the download is complete the installer will launch and display the Install OS X window, which contains a Continue button. Click that button and you’ll be asked to agree to the license agreement twice.


1 Answers

Just to get the official source in here, the Xcode 6 Beta 1 Release Notes state:

Xcode 6 Beta requires a Mac running OS X version 10.9.3 (or later) or 10.10.

And Xcode 6 comes bundled with Swift.

like image 104
Mick MacCallum Avatar answered Sep 20 '22 16:09

Mick MacCallum