I work with swift's UI testing, and I need to be able to tap a specific point on my app. I followed the answers from How to tap on a specific point using Xcode UITests, which worked great for testing on iPad. However, when doing the same on the simulator nothing happens. No errors, the program simply acts like I'm pressing something, but not anything in particular, and the program can't continue executing since the right info isn't there.
Is this possibly a local problem? If not, what can I do to tap at specific coordinates on the simulator?