I am working on a project that contains Swift code and Objective_C, it works without any problems, until I tried to import the ".h" class into the "Bridging-Header" file:
- Expected Type : in the class I tried to import
- Failed to import bridge header '/Users/sysadmin/Desktop/Application/Classes/UI/Application-Bridging-Header.h'
however, when I imported another class into the Bridging Header, which works without problems!
source
share