Is there any specific configuration if I want to run a test on a physical device?
-my physical device is running ios 9.0
-I have a provisioned profile (the app is running on the device)
-I already enabled UI automation (settings->developer)
-My active scheme is my target, and I selected the physical device
But when I run a test (UI test), there is a message "test succeeded " (nothing happens on the device, the app doesn't open at all, there is no error messages at all), and when I go to the report navigator, there is no info related with the test, that I just run.
if I run this test on the simulator it will run without problem. Seems like xcode is not running the test at all, but it's showing the "test succeeded" message Thanks !