Skip to content

Commit a617145

Browse files
authored
Merge pull request #2355 from NativeScript/raikov/fix-2344
Fixed: emulate command not working for iOS
2 parents a045ef9 + 04c90a0 commit a617145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/platform-service.ts

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ export class PlatformService implements IPlatformService {
469469
}
470470

471471
public emulatePlatform(platform: string): IFuture<void> {
472+
this.$options.emulator = true;
472473
if (this.$options.availableDevices) {
473474
return $injector.resolveCommand("device").execute([platform]);
474475
}

0 commit comments

Comments
 (0)