How to run iOS carplay simulator on xcode 6

I need to check how iOS Carplay works and how to run it on a simulator. Can someone please explain how to get started with Carplay and how to get it running with Xcode 6.1 iOS simulators.

+3


source to share


1 answer


Enter this command in a terminal window:

defaults write com.apple.iphonesimulator CarPlay -bool YES

      



Then shut down and restart the Simulator. There should now be an option Hardware-> External Display-> CarPlay.

+2


source







All Articles