You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.liveSyncCommandHelperAdditionalOptions.syncToPreviewApp=checkEnvironmentRequirementsOutput&&checkEnvironmentRequirementsOutput.selectedOption==="Sync to Playground";
37
40
}
38
-
39
41
returntrue;
40
42
}
41
43
}
@@ -66,14 +68,14 @@ export class RunIosCommand implements ICommand {
Copy file name to clipboardExpand all lines: lib/constants.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -243,3 +243,5 @@ export class BundleValidatorMessages {
243
243
publicstaticMissingBundlePlugin="Passing --bundle requires a bundling plugin. No bundling plugin found or the specified bundling plugin is invalid.";
244
244
publicstaticNotSupportedVersion=`The NativeScript CLI requires nativescript-dev-webpack %s or later to work properly. After updating nativescript-dev-webpack you need to ensure "webpack.config.js" file is up to date with the one in the new version of nativescript-dev-webpack. You can automatically update it using "./node_modules/.bin/update-ns-webpack --configs" command.`;
245
245
}
246
+
247
+
exportconstAAB_NOT_SUPPORTED_BY_COMMNAND_MESSAGE="This command does not support --aab (Android Application Bundle) parameter.";
0 commit comments