查看所有
xcrun simctl list devices
直接打開,把 <Device UDID>
替換成上面查到的很長的編號
open -a Simulator --args -CurrentDeviceUDID <Device UDID>
輸入你想要的型號 "xxxx"
就可以把expo 預設的裝置更換
xcrun simctl boot "iPad Pro (12.9-inch) (4th generation)"
打開
cd /xxxxx //你的expo project folder
npx expo start