I\'ve setup some XCTest unit tests for my application and would like every time I run tests for it to run in a brand new install of the application. Currently when
xcrun simctl is command line utility to control the iOS Simulator.
This uninstalls com.yourcompany.AppName application from booted simulator before running tests.
I don't know how to do like this for real device :(