I have some Objective-C files that are imported into a swift bridging header. Some files that I added a while ago are working perfectly but I added some more files today and in Swift code none of the classes in the new files are found at all, as in a 'unresolved identifier' error shows. What could be the reason for this?
These new classes are successfully imported and used in other Objective-C files in the same target and project. I have checked that they are imported in the target, they are also included in Build Phases/Compile Sources.
I am not sure what else to check, any suggestions? Thanks in advance