카테고리 없음

[ iOS ] 디바이스 에뮬레이터 구동

HEON.D 2021. 7. 7. 14:45
// 디바이스 지정
xcrun simctl list
open -a Simulator --args -CurrentDeviceUDID <your device UDID>


// 단순실행
open -a simulator