simctl launch --console does not work

Originator:robbert
Number:rdar://40444825 Date Originated:22 May 2018
Status:Dupe: 39928854 Resolved:
Product:Developer Tools Product Version:Xcode 9.3
Classification:Bug Reproducible:Always
 
Summary:
When launching an app with 
```
$ simctl launch --console <device> <app identifier>
```
the app does not launch but freeze, and logs are not properly written to the terminal.

Steps to Reproduce:
- Install any app on the simulator (works with apple sample code like https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/)
- Run the app with 
```
$ simctl launch --console booted com.apple.example
```

Expected Results:
App runs and outputs logs to console

Actual Results:
App freezes no output is logged to console

Version/Build:
```
$ xcrun simctl --version
@(#)PROGRAM:simctl  PROJECT:CoreSimulator-518.19
$ xcode-select -p
/Applications/Xcode.9.3.0.9E145.app/Contents/Developer
```

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!