I had many swift compiler errors of this type : "Cannot find type 'className' in scope" after passing from Xcode 12.5 to Xcode 13. And the error is always referred to Objective-C classes.
The project is for an iOS 11 app for iPad.
The bridging-header is correctly set and the project with the same build-settings has never given this error before Xcode 13.
I'll try to clean the derived data folder without success.
the strange thing is project compile successfully and I can run on simulator as well but after few second from a successful compilation on any swift files that use objective-c class is fired
the swift compiler error.
Any idea? thanks