-1

I've made some tweaks for iOS.

There are a lot of manuals on "how to install openssh to iphone, ipad". But, there is no one for ios siumulator.

I need to execute some executable files on command line.

So I have to connect to iOS simulator.

How can I install openssh on iOS siumlator?

Manjunath Ballur
  • 6,287
  • 3
  • 37
  • 48

1 Answers1

0

You can't. What are you trying to do, and why can't it be done in Terminal?

chedabob
  • 5,835
  • 2
  • 24
  • 44
  • i wrote http://stackoverflow.com/questions/34418332/is-there-a-way-to-control-ios-simulator-gestures-using-terminal a few days ago. but nobody comment this. so i decided to make my self. – user4937537 Dec 31 '15 at 14:01
  • are you sure this is imposible? – user4937537 Dec 31 '15 at 14:03
  • Probably not impossible, but given that on device you have to Jailbreak to get that kind of access, it's unlikely anyone would go to the effort of replicating the same thing on the simulator. – chedabob Jan 02 '16 at 12:08
  • It's an awful lot of effort just because you don't like the Apple recommended way (and the way thousands of other devs do it) of automating UI Interaction – chedabob Jan 02 '16 at 12:08
  • Thank you for your answer. i will find another way. – user4937537 Jan 02 '16 at 21:00