facebook / idb

idb is a flexible command line interface for automating iOS simulators and devices

Home Page:https://fbidb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swipe doesn't work on iOS 16.0 simulator

mwakizaka opened this issue · comments

Description

When it comes to swiping on iOS 16.0 simulator, it behaves like a tap as the following movie

iOS16.0.mov

As for iOS 15.5 simulator with Xcode 14.0.1, it works as expected as the following movie

iOS15.5.mov

Reproduction

idb ui swipe --udid <UDID> 200 500 200 300

Additional Information

  • idb revision: v1.1.8
  • fb-idb: 1.1.7
  • Xcode: Xcode 14.0.1 Build version 14A400
  • macOS: macOS Monterey 12.6
  • architecture: arm64

I have confirmed that swipe works with iOS 16.1 simulator (Xcode 14.1 RC), so it is likely an iOS 16.0 simulator specific issue.