Hello:
in two of my swift files i used the declaration:
let appDelegate = NSApplication.shared.delegate as! AppDelegate
Xcode did not raise any objection until today. I did not make any changes to the code in the two files. Now i am getting the build error:
Use of undeclared type 'AppDelegate'
Can anyone help me to know where to Look to remove the objection?
Thanks