Skip to content

Instantly share code, notes, and snippets.

@jatin360
Created June 4, 2012 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jatin360/2868786 to your computer and use it in GitHub Desktop.
Save jatin360/2868786 to your computer and use it in GitHub Desktop.
For Device with iOS 5.1 (iPad)
imacs-iMac:Debug imac$ mono MTTestRunner.exe --project=/Users/imac/Desktop/xamarin-monotouch-samples-af478bf/AppPrefs/AppPrefs.csproj --device-id=6f95cc1e30c81aeea596ccb8ffa4455deede7d73 --device-name = iPAD_360logica
Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range.
 at Automation.Core.Execution.CommandLine.CommandLineParser`2[MTTestRunner.CommandLine.ArgumentType,MTTestRunner.CommandLine.MonoTouchTestRunnerSettings].GetCommandLineSettings () [0x00000] in <filename unknown>:0
 at MTTestRunner.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IndexOutOfRangeException: Array index is out of range.
 at Automation.Core.Execution.CommandLine.CommandLineParser`2[MTTestRunner.CommandLine.ArgumentType,MTTestRunner.CommandLine.MonoTouchTestRunnerSettings].GetCommandLineSettings () [0x00000] in <filename unknown>:0
 at MTTestRunner.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
For iOS 5.0.1 (iPhone4S):
imacs-iMac:Debug imac$ mono MTTestRunner.exe --project=/Users/imac/Desktop/xamarin-monotouch-samples-af478bf/AppPrefs/AppPrefs.csproj --device-id=39a7a9305ad5e78b404c380dc6a0cabeb0d919ef --device-name = 360Logica_iPhone4S
Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range.
 at Automation.Core.Execution.CommandLine.CommandLineParser`2[MTTestRunner.CommandLine.ArgumentType,MTTestRunner.CommandLine.MonoTouchTestRunnerSettings].GetCommandLineSettings () [0x00000] in <filename unknown>:0
 at MTTestRunner.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.IndexOutOfRangeException: Array index is out of range.
 at Automation.Core.Execution.CommandLine.CommandLineParser`2[MTTestRunner.CommandLine.ArgumentType,MTTestRunner.CommandLine.MonoTouchTestRunnerSettings].GetCommandLineSettings () [0x00000] in <filename unknown>:0
 at MTTestRunner.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
imacs-iMac:Debug imac$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment