Is there any specific configuration if I want to run a test on a physical device?
-my physical device running ios 9.0
- I have a prepared profile (the application is running on the device)
- I already turned on user interface automation (settings-> developer)
-My active circuit is my goal, and I chose a physical device
But when I run the test (UI test), the message "test successed" appears (nothing happens on the device, the application does not open at all, there are no error messages at all), and when I go to the report navigator, there is no information related to the test, which I just launched.
if I run this test on a simulator, it will work without problems. Xcode doesn't seem to run the test at all, but it shows the message "test successed" Thanks!
source share