6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CarPlay 対応アプリを iOSシミュレータで動かす

Posted at

動作環境

  • Xcode 10.1

手順

iOS Simulator のメニューから Hardware > External Displays > CarPlay でCarPlay用のSimulatorが起動する。メニューに表示されない場合はターミナルを起動し、

defaults write com.apple.iphonesimulator CarPlay -bool YES

を入力する。

image.png

実行結果

Simulator Screen Shot - iPhone 8 - 2019-01-14 at 00.41.31.png

リンク

とりあえず動くものを作ってみたい方は次の記事をどうぞ。

6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?