-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tns prepare ios --provision
starts simulator
#2889
Comments
Side note: Requesting the list of connected devices starts an emulator. I've seen the same problem in commands such as |
Looks to be duplicate of #2757 @PeterStaev Can you please try with |
@dtopuzov , I can confirm that this is fixed in |
This is not fixed:
|
tns prepare ios --provision
starts simulator
Hey @briandilley , |
If you execute
tns build ios --for-device
the CLI searches for a running device and if none is found it starts the default simulator image:Is there any requirement that requires a running simulator or attached device when building with the
--for-device
flag?The text was updated successfully, but these errors were encountered: