Hi,
I'm trying to make a cross platform app for Mac and Windows (and eventually Linux), using the new cxx-interop to call a 3rd party cpp library. I have this all working great on Mac (via SPM) and mostly working on Windows... but when I try to #include <swift/bridging> in my cpp code, I get a compile error on windows.
fatal error: 'swift/bridging' file not found
Where is that header located on non-mac platforms?
Thanks,
mike
5 posts - 2 participants