0

I'm trying to add the CarPlay Simulator to my React Native app without success!

I've tried running this line of code in my Terminal, but it made no difference...

defaults write com.apple.iphonesimulator CarPlay -bool YES

If you have any suggestions it would be greatly appreciated!

Drostan
  • 1,809
  • 3
  • 16
  • 22

1 Answers1

0

To oppen carplay from xCode:

  • run ios simulator
  • from top-bar select I/O > External Displays > CarPlay
mike-ligo
  • 1
  • 2