Unable to install and run iOS app on Simulator from command line - Simulator of iOS 6.1 Xcode 5 on mavericks

StackOverflow https://stackoverflow.com/questions/21599419

문제

I've tried various methods and scripts to launch my iOS compiled app via commandline but unable to do so, help will be appreciated.

I tried the following:

  1. This command line:

    ./Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone\ Simulator -SimulateApplication App.app/App
    
  2. This shell script

Attempted on:

  • Simulator app v7.0
  • iOS 6.1
  • Mac OSX Mavericks

No luck :/

도움이 되었습니까?

해결책

You could use ios-sim (can be installed via Homebrew brew install ios-sim):

ios-sim launch <application path>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top