Getting the message:
static table views are only valid when embedded in uitableview controller instances
but in my ViewController which is the datasource of my tableview i just have
import UIKit
class ViewController: UITableViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
}
I have cleaned the project and run it again without any luck.