I'm running into It seems that your library impor...
# multiplatform
m
I'm running into > It seems that your library imports simd headers with _Float16 usages The linked issues says > See
cinterop
documentation on
-Xcreate-vfsoverlay-from-xcode-headers
. Create the necessary files and pass them using:
-compiler-option -ivfsoverlay -compiler-option /path/to/overlay.yaml
But I don't see anything about that in the cinterop documentation. I'm guessing I'm looking at the wrong documentation, could anyone point me to the right place.