I am using code that worked with Xcode 7 Beta 2. Just got Beta 3 and now I'm getting this problem that seems like an Xcode bug?
For one of my public classes...
override public func observeValueForKeyPath...
Method does not override any method from its superclass
So I take out the "override":
public func observeValueForKeyPath
Method conflicts with method from superclass NSObject with the same Objective-C selector
ha! I was lied to by the first error. Won't compile either way. Any help please?