Version: v5On this pageionic capacitor buildBuild an Ionic project for a given platformionic capacitor build [options]ionic capacitor build will do the following:Perform ionic buildCopy web assets into the specified native platformOpen the IDE for your native project (Xcode for iOS, Android Studio for Android)Once the web assets and configuration are copied into your native project, you can build your app using the native IDE. Unfortunately, programmatically building the native project is not yet supported.To configure your native project, see the common configuration docs as well as low-level configuration for iOS and Android.Examples$ ionic capacitor build$ ionic capacitor build android$ ionic capacitor build iosInputsplatformDescriptionThe platform to build for (e.g. android, ios)Options--no-buildDescriptionDo not invoke Ionic build--no-openDescriptionDo not invoke Capacitor open--prodDescriptionFlag to use the production configurationAdvanced Options--configuration =<conf>DescriptionSpecify the configuration to use.Aliases-c--source-mapDescriptionOutput source maps--watchDescriptionRebuild when files change