Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要检查 iOS Carplay 的工作原理以及如何在模拟器上启动它。有人可以介绍一下如何开始使用 Carplay 以及如何使用 Xcode 6.1 iOS 模拟器启动它。
在终端窗口中输入以下命令:
defaults write com.apple.iphonesimulator CarPlay -bool YES
然后关闭并重新启动模拟器。现在应该有一个可用的 Hardware->External Display->CarPlay 选项。