You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to build a dynamic framework using swift, which uses paymill as payment gateway.
We tried to integrate paymill ios sdk into our project using cocoapods, everything went fine.
But when I tried to import
import PayMillSDK/PMSDK.h
in the umbrella header file, the compiler is complaining about
"Include of non-modular header inside framework module 'FOO' "
How do I fix that ?
Please help.
The text was updated successfully, but these errors were encountered:
prethushpj1
changed the title
Include of non-modular header
Include of non-modular header inside framework module
Jun 2, 2016
Hi,
We are trying to build a dynamic framework using swift, which uses paymill as payment gateway.
We tried to integrate paymill ios sdk into our project using cocoapods, everything went fine.
But when I tried to import
import PayMillSDK/PMSDK.h
in the umbrella header file, the compiler is complaining about
"Include of non-modular header inside framework module 'FOO' "
How do I fix that ?
Please help.
The text was updated successfully, but these errors were encountered: