2016-10-25 2 views

답변

0

"iOS 시뮬레이터"로 의심되는 사람은 Simulator.app입니다. Simulator.app는 시스템의 머리 일 뿐이며 simctl 명령 줄 도구를 사용하여 시뮬레이터에서 헤드리스 테스트를 실행할 수 있습니다.

예 :

xcrun simctl boot <device UDID> 
xcrun simctl install <device UDID> /path/to/app/to/install.app 
xcrun simctl launch <device UDID> <app identifier> 
xcrun simctl spawn <device UDID> /path/to/executable/to/spawn 
관련 문제