hisaac.net

Quick Tip: How to Enable CarPlay in the iOS Simulator

This little tip was surprisingly hard to find — only mentioned a couple times online — so I figured I’d do my part to spread the word.

To enable CarPlay in Xcode’s iOS simulator, execute the following terminal command:

defaults write com.apple.iphonesimulator CarPlay -bool YES

Restart the simulator if it was currently running, and then in the menu bar, go to Hardware > External Displays > CarPlay.

How to turn on CarPlay once you've enabled it in the simulator How to turn on CarPlay once you’ve enabled it in the simulator

Easy peasy.

Post Metadata
date Apr 27th, 2018
source stackoverflow.com…
tags how-to, ios, software, tip