idb: Not able to run tap scenario

./fbsimctl <udid> tap 200.0 200.0. it always say Could not connect to HID, it must be provided on launch. I did pass hid port on launching simulator. Am I missing something?

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 16 (4 by maintainers)

Most upvoted comments

One of the recent commits is: Change --hid to --socket So give that a try

Good point, there has been a bunch of recent changes here. Main reason for doing so is that some of the functionality of fbsimctl (the binary) is being pushed down into the frameworks FBSimulatorControl/FBControlCore so that the remote interaction functionality can be placed in an arbitrary executable.

Additionally, the way that actions can be wired over a socket are being consolidated so that hid actions are not special snowflakes. Other actions such as launching an application can be sent over the same socket.