I have several Objective-C files that are imported into a quick bridge header. Some files that I added some time ago work fine, but today I added a few more files, and none of the classes were found in the new files in the Swift code, as shown in the "unresolved identifier" error. What could be the reason for this?
These new classes are successfully imported and used in other Objective-C files for the same purpose and project. I checked that they are imported to the target, they are also included in Build Phases / Compile Sources.
I'm not sure what else to check, any suggestions? thanks in advance
source
share