Hi everyone
I'm using xcrun to generate an universal binary, but after run xcrun swift build -c release --arch arm64 --arch x86_64
, in build folder is created only swiftmodule for macOS... Is it possible to create swiftmodule for ios simulator too?
1 Like
have you solve this ?