Hi, I’m using `assembleXCFramework` command to bui...
# ios
h
Hi, I’m using
assembleXCFramework
command to build an xcframework out of my kmm project. I found the output lacks .swiftmodule like these in a normal .xcframework, which may lead to “no such module” error if I import it to my app. Is there a way that I can generate these files?