Is it possible to use an xcframework as my staticL...
# multiplatform
k
Is it possible to use an xcframework as my staticLibraries input when using cinterop? I'm getting undefined symbols errors when I try
l
You have to set the linker flags per architecture to point to the .framework folders inside. I don’t think there’s a shortcut for xcframeworks currently.
I sent an example to someone here last week.
k
I was thinking that was going to be the answer, but I was hoping not 🤣 Thanks!