Answered
How do you see where a touch event occurred in Xcode simulator? The device I'm using is an Ipad Pro.
I can't find anything in the Xcode settings.
Execute this command and then restart the simulator:
defaults write com.apple.iphonesimulator ShowSingleTouches 1
You can undo it with this command:
defaults write com.apple.iphonesimulator ShowSingleTouches 0