We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8525296 commit 1f5f160Copy full SHA for 1f5f160
lib/commands/run.ts
@@ -76,7 +76,7 @@ export class RunIosCommand implements ICommand {
76
77
public async canExecute(args: string[]): Promise<boolean> {
78
const projectData = this.$projectDataService.getProjectData();
79
-
+
80
if (!this.$platformService.isPlatformSupportedForOS(this.$devicePlatformsConstants.iOS, projectData)) {
81
this.$errors.fail(`Applications for platform ${this.$devicePlatformsConstants.iOS} can not be built on this OS`);
82
}
0 commit comments