include of non-modular header error in a swift framework

135 Views Asked by At

We have a swift framework in which we have created a custom modulemap to import CardIO.h from CardIO library which is a static framework.

But after doing that we are getting this error: "include of non-modular header inside framework module". any tips on how to solve this ?

0

There are 0 best solutions below