Initializer issue with Swift in Xcode 14.3

Did something just change in Swift with regard to initializer inheritance?

Since installing Xcode 14.3, I have some code that is flagged with errors when I try to initialize a class using an initializer inherited from its superclass. This has always worked in the past.

My app actually still runs. I think this is just a bug with the editor incorrectly flagging an error. The superclass in this case is an Objective-C class so maybe that has something to do with it.

Could you show the code in question ? And the exact error you get ?

Thanks for the response. The error is gone now. I didn’t change my code. I probably did a clean rebuild or restarted Xcode.

Initializer issue with Swift in Xcode 14.3
 
 
Q