XCode CarPlay模拟器更改分辨率

zc0qhyus  于 2023-03-19  发布在  其他
关注(0)|答案(1)|浏览(447)

根据苹果文档
https://developer.apple.com/documentation/carplay/using_the_carplay_simulator?language=objc
这将为CarPlay模拟器启用一些附加选项

defaults write com.apple.iphonesimulator CarPlayExtraOptions -bool YES

但是我没有看到任何可用的选项,我想更改CarPlay模拟器的分辨率,因为默认值太小,如何更改CarPlay模拟器的分辨率?

7d7tgy0s

7d7tgy0s1#

好吧那之后

defaults write com.apple.iphonesimulator CarPlayExtraOptions -bool YES

我需要重新启动Mac,然后在I/O菜单中选择Carplay后,弹出一个设置对话框...
请注意,更改分辨率是一个小错误,您必须再次重新启动模拟器的更改工作正常

相关问题