I\'m developing a swift application that at some point I have a code similar to this:
import UIKit class ViewController: UIViewController { private var
I had the same problem. Deleting precompiled headers and and derived data seemed to fix it. I'm not sure if that will fix it permanently, but it is working for now at least.