From the course: Code Clinic: Swift

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Realm setup

Realm setup - Swift Tutorial

From the course: Code Clinic: Swift

Start my 1-month free trial

Realm setup

- [Instructor] For our database for this application we're going to be using Realm. The reason I chose Realm over other solutions is because it's supported on many different languages and platforms and it's easy to implement. So you can find Realm at realm.io. From there go to products, database and then choose your language. I'll choose Swift. And you can click the link to download Realm for Swift. I've already downloaded it previously so I'm just going to tab over to finder and there's the ZIP file that you're going to get and you'll need to unzip that, so I've done that already. I have the folder here. And go into iOS, Swift 4.1 or the newest version of Swift. Note that this Realm version may not be the same as yours so you want the latest version of Realm and the latest version of Swift. So you should have Xcode up to date and when you download Realm it should be compatible. So what we want is these two framework files. So what I'm gonna do is tab over to Xcode and then head over…

Contents