Open simulator
# list devices
xcrun simctl list devices
# boot
xcrun simctl boot "iPhone 15 Pro"
# open simulator
open -a Simulator
# list devices
xcrun simctl list devices
# boot
xcrun simctl boot "iPhone 15 Pro"
# open simulator
open -a Simulator