Apple has released Xcode New Build System for fast & speedy builds. It’s by default enabled now from Xcode 10+. But sometimes we face some issues while using the new Build System. It also happens that a project is running with the old Legacy Build system but not with the new Build System. In Xcode, we […]
Xcode error: using bridging headers with module interfaces is unsupported
I have recently faced this error “using bridging headers with module interfaces is unsupported” while building my project in Xcode 11.5. Here I am going to share the solution as well as the root cause of the error. I faced this error while I shifted my project from the Old build system to the new […]