[iOS] Simulator no longer accepts physical keyboard input
by Riley MacDonald, February 3, 2020
Problem:
Suddenly my iOS simulator was no longer responding to my machines physical keyboard input. Redeploying the application and restarting the simulator did not resolve the issue.
Solution:
The issue was resolved by removing a plist
file from ~/Library/Preferences
and restarting the simulator:
$ cd ~/Library/Preferences ~/Library/Preferences $ rm com.apple.iphonesimulator.plist |