Does anyone know if it's possible to cross-compile rust from Linux to iOS targets?
#rustlang #ios #asknostr
Does anyone know if it's possible to cross-compile rust from Linux to iOS targets?
#rustlang #ios #asknostr
Probably not, you could try cargo xbuild although it seems to be a flop, i had to compile on a macbook to get native libs linked
I know that Tauri does cross compilation to android and iOS between other platforms
Tenta usar QEMU para subir uma VM iOS.