Build your app for the cloud
maestro cloud [your-app-binary] [your-flow-directory]iOS
Building with Xcode command line tools
xcodebuild -project MyApp.xcodeproj \
-scheme MyApp \
-configuration Debug \
-destination 'generic/platform=iOS Simulator' \
CONFIGURATION_BUILD_DIR=$PWD/buildBuilding with Fastlane
Building with Flutter
Android
Building with Gradle
Building with Flutter
Last updated
Was this helpful?
