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 f8b0948 commit 8525296Copy full SHA for 8525296
lib/commands/run.ts
@@ -75,6 +75,8 @@ export class RunIosCommand implements ICommand {
75
}
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