Does any one have used ios-sim utility to run .app file in Simulator?

后端 未结 2 904
庸人自扰
庸人自扰 2021-01-26 10:57

How to pass /Developer50 path to ios-sim. I am passing like this way, what is wrong in that??

ios-sim launch --verbose --sdk 5.0 --env /Developer50
         


        
相关标签:
2条回答
  • 2021-01-26 11:00

    This is pretty old, but the blog.abrambarrera.me link in the (currently) accepted answer was only a simple page to https://github.com/continuum/iphonesim according to archive.org.

    The current (as of 2013/11/12 ) working phone sim launcher is:

    https://github.com/phonegap/ios-sim

    0 讨论(0)
  • 2021-01-26 11:01

    Ok. I have got my answer from the below link.

    http://blog.abrahambarrera.me/2010/12/iphonesim.html

    Thanks to Abraham Barrera.

    0 讨论(0)
提交回复
热议问题