Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to launch iOS carplay simulator on xcode 6

I need to check how exactly the iOS Carplay works and how to launch it on simulator. Can someone throw some light on how to start working with Carplay and how to launch it using Xcode 6.1 iOS simulators.

like image 824
ravoorinandan Avatar asked Nov 04 '14 08:11

ravoorinandan


1 Answers

Type in this command in a Terminal window:

defaults write com.apple.iphonesimulator CarPlay -bool YES

Then shutdown and restart the Simulator. There should now be a Hardware->External Display->CarPlay option available.

like image 107
ekscrypto Avatar answered Sep 23 '22 07:09

ekscrypto