在 Mac 本书上打开特定模拟器
Opening specific simulator on Mac book
我在 Mac 运行ning Big Sur 上打开 IOS (iphone/ipad) 模拟器时遇到了一些问题。当我 运行 下面的代码 iphone 12 pro max (ios 14.x) 模拟器已经打开时。
open -a simulator
我想打开具体的模拟器比如iphone11,iphone10pr。
我该如何打开它?
谢谢,
jm
除了使用终端,您还可以执行以下操作:
从 Spotlight 打开模拟器应用程序:
cmd + spacebar -> Search "Simulator" -> Enter
然后在模拟器应用上执行:
File -> Open Simulator -> Select iOS version -> Select device type.
然后按住模拟器应用程序图标,将鼠标悬停在选项上,然后 select Keep in Dock
。
将模拟器应用程序固定到 Dock。
我在 Mac 运行ning Big Sur 上打开 IOS (iphone/ipad) 模拟器时遇到了一些问题。当我 运行 下面的代码 iphone 12 pro max (ios 14.x) 模拟器已经打开时。
open -a simulator
我想打开具体的模拟器比如iphone11,iphone10pr。 我该如何打开它?
谢谢, jm
除了使用终端,您还可以执行以下操作:
从 Spotlight 打开模拟器应用程序:
cmd + spacebar -> Search "Simulator" -> Enter
然后在模拟器应用上执行:
File -> Open Simulator -> Select iOS version -> Select device type.
然后按住模拟器应用程序图标,将鼠标悬停在选项上,然后 select Keep in Dock
。