Be sure to review the prerequisites described at Installing instrumented iOS applications. In particular, verify that Apple iTunes is installed. iTunes is included by default on Macintosh computers but must be downloaded and installed manually on Windows computers.
and
copy the Workbench URL. You need the Workbench URL to connect the mobile device to the test workbench.
http://Workbench_URL:port/mobile
For example, http://192.0.2.24:7878/mobile
The Rational Test Workbench - Mobile Welcome Page opens in the browser.
On a Windows computer, the InstallAppInDevice.cmd installation script is included in a folder named iOS-install-script.
On a Macintosh computer, the InstallAppInDevice.sh installation script is located in the build-script folder.
iOS-install-script\InstallAppInDevice.cmd <path to AUT file> on Windows
build-script/InstallAppInDevice.sh <path to AUT file> on OS X
The AUT can have any of the following extensions: .app, .ipa, .ma, or .zip.
Here is a command line example on a Macintosh computer to install an AUT named UICatalog on an iOS device:
./InstallAppInDevice.sh /Users/mario/iOSApps/UICatalog.ipa
A message is displayed if multiple devices are connected.
A message is displayed when the AUT is installed on a device. You can then choose another device to install the application.