realm / realm-tasks

To Do app built with Realm, inspired by Clear for iOS
Other
368 stars 73 forks source link

Compile Error in RMP Tutorial #353

Open bigfish24 opened 7 years ago

bigfish24 commented 7 years ago
compile-error
jpsim commented 7 years ago

What's the contents of your ViewController.swift file? According to the tutorial (step 2 link), it should be this:

import UIKit

class ViewController: UITableViewController {
}
jpsim commented 7 years ago

It's normal to get this error if you're just halfway through step 2.