-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
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