Accomplishing Cross Platform development using Fuse

Does anyone know how I might accomplish cross platform development using fuse? I want to build an app for both iOS and Android?

Fuse does this automatically, you just have to run build for both of them fuse build -t=Android for Android make sure you have the android SDK etc you should get everything you need via fuse install android

As for IOS I still haven’t gotten this working because I develop on windows, but you have to use xcode to compile for ios

Sources:

https://www.fusetools.com/learn/guides/preview-and-export-android https://www.fusetools.com/learn/guides/preview-and-export-ios