I am trying to launch an application on iPad (iPad 4) connected to my Mac via instruments. The same command works fine on another iPad (iPad Air) when run from same Mac. Below is the command I am using to launch the application:
instruments -w [ios_device_uuid] -t [path_to_trace_template] [app_name]
When this command is run on my Ipad 4, instruments does not throw any error but I see the app does not launch. I have ensured that the provisioning profiles exist on the iPad, UI automation is enabled from the iPad settings. Any inputs are highly appreciated.