Swift Compiler Error – “Non-modular header inside framework module”
This tutorial will guide you through understanding and resolving the swift compiler Error – “Non-modular header inside framework module”. When working with Swift and frameworks, you may encounter the error message “non-modular header inside framework module.” This error typically occurs when you’re importing a framework into your Swift project and the framework contains headers (.h …
Swift Compiler Error – “Non-modular header inside framework module” Read More »