Posted on 2018-02-25 08:00:00
Tags: iOS, coding
From https://stackoverflow.com/questions/37469175/is-there-carplay-simulator-in-xcode:
Actually there is a CarPlay "External Display" that can be enabled, for it to show up you simply need to type in this command in a Terminal window:
defaults write com.apple.iphonesimulator CarPlay -bool YES
Then shutdown and restart the Simulator. Enjoy!