Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 605 Bytes

screenshots.md

File metadata and controls

14 lines (12 loc) · 605 Bytes

Start collecting screenshots

python screenshot.py

Clear ADB

Sometimes, the ADB server might not be in the correct state. Try restarting the ADB server using adb kill-server followed by adb start-server.

Set up the iOS simulator

The simulator is binding (by default) the keyboard layout of the host macOS system with the one in the sim, and apparently iOS can't change the keyboard layout without changing the language of the environment. So, tried unchecking the option I/O > Keyboard > Use the same Keyboard Language as macOS and lo and behold, the inconvenient behaviour stopped.