Skip to content

tns build ios --forDevice --path TestApp start simulator #2757

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

Closed
dtopuzov opened this issue May 2, 2017 · 0 comments
Closed

tns build ios --forDevice --path TestApp start simulator #2757

dtopuzov opened this issue May 2, 2017 · 0 comments
Milestone

Comments

@dtopuzov
Copy link
Contributor

dtopuzov commented May 2, 2017

Please, provide the details below:

tns build ios --forDevice --path TestApp start simulator.

tns build ios --release --forDevice --path TestApp -> do not start simulator
tns build ios --path TestApp -> do not start simulator

Which platform(s) does your issue occur on?

iOS

Please provide the following version numbers that your issue occurs with:

  • CLI: 3.0.0
  • Cross-platform modules: *
  • Runtime(s): *
  • Plugin(s): No plugins.

Please tell us how to recreate the issue in as much detail as possible.

npm i nativescript 3.0.0@rc
tns create TestApp --template tns-template-hello-world@rc
tns platform add ios@rc --path TestApp
tns build ios --forDevice --path TestApp --log trace

Log trace:

Trying to track feature 'Build' with value 'iOS.device'.
Searching for devices...
startLookingForDevices; platform is ios
Starting to look for iOS devices.
Exec ps cax | grep launchd_sim 
 stdout: 28119   ??  S      0:00.99 launchd_sim
 
 stderr: 
Found device with identifier '0F7C9B2B-208F-4722-8475-B9D02F5A31E1'
startLookingForDevices; platform is iOS
Exec ps cax | grep launchd_sim 
 stdout: 28119   ??  S      0:01.00 launchd_sim
 
 stderr: 
Exec xcodebuild -version | head -n 1 | sed -e 's/Xcode //' 
 stdout: 8.3.2
@dtopuzov dtopuzov added this to the 3.1.0 milestone May 3, 2017
@yyosifov yyosifov self-assigned this May 17, 2017
dtopuzov added a commit to NativeScript/nativescript-cli-tests that referenced this issue May 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants