I am using GVRSDK library pod in my custom framework but if i add this some other project target its not getting import. I am using module map because the library was not getting import in custom framewotk
error: using bridging header with framework target is unsupported. Compilation Error due to adding private header in umbrella header Include of non modular header inside framework module . Next i added Module Map File it got imported in Framework swift file. If i import it in some other swift target it throwing error module not found.
