Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created July 3, 2015 06:13
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 Mohit-Kheterpal/e21ac851e9e18456ea2a to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/e21ac851e9e18456ea2a to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: IPhone 4S old
warning MT1003: Could not kill the application 'com.companyname.testlvheader'. You may have to kill the application manually.
warning MT1108: Could not find developer tools for this 8.4 (12H143) device. Please ensure you are using a compatible Xcode version and then connect this device to Xcode to install the development support files.
error MT1007: Failed to launch the application 'com.companyname.testlvheader' on the device 'IPhone 4S old': Look for earlier warnings returned: 0x454. You can still launch the application manually by tapping on it.
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/System.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/Xamarin.iOS.dll
Thread started: Finalizer #2
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/Mono.Dynamic.Interpreter.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/System.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/System.Xml.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/Xamarin.Forms.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/System.Net.Http.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/System.Runtime.Serialization.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/Xamarin.Forms.Platform.iOS.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/TestLvHeader.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/Calabash.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/1A38C416-3A5E-4C10-B5F4-F7250DA85E84/TestLvHeader.iOS.app/.monotouch-32/TestLvHeader.iOS.exe
Thread started: #3
Thread started: #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
Mono.Debugger.Soft.CommandException: Debuggee returned error code 200.
at Mono.Debugger.Soft.VirtualMachine.ErrorHandler (System.Object sender, Mono.Debugger.Soft.ErrorHandlerEventArgs args) [0x00076] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs:350
at Mono.Debugger.Soft.Connection.SendReceive (CommandSet command_set, Int32 command, Mono.Debugger.Soft.PacketWriter packet) [0x000f9] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:1544
at Mono.Debugger.Soft.Connection.Type_GetCustomAttributes (Int64 id, Int64 attr_type_id, Boolean inherit) [0x00017] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:2215
at Mono.Debugger.Soft.TypeMirror.AppendCustomAttrs (IList`1 attrs, Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x00053] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:712
at Mono.Debugger.Soft.TypeMirror.GetCustomAttrs (Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x0000b] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:727
at Mono.Debugger.Soft.TypeMirror.GetCustomAttributes (Boolean inherit) [0x00004] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:697
at Mono.Debugging.Soft.SoftDebuggerAdaptor.OnGetTypeDisplayData (Mono.Debugging.Evaluation.EvaluationContext ctx, System.Object type) [0x00018] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:1477 Mono.Debugger.Soft.CommandException: Debuggee returned error code 200.
at Mono.Debugger.Soft.VirtualMachine.ErrorHandler (System.Object sender, Mono.Debugger.Soft.ErrorHandlerEventArgs args) [0x00076] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs:350
at Mono.Debugger.Soft.Connection.SendReceive (CommandSet command_set, Int32 command, Mono.Debugger.Soft.PacketWriter packet) [0x000f9] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:1544
at Mono.Debugger.Soft.Connection.Type_GetCustomAttributes (Int64 id, Int64 attr_type_id, Boolean inherit) [0x00017] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:2215
at Mono.Debugger.Soft.TypeMirror.AppendCustomAttrs (IList`1 attrs, Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x00053] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:712
at Mono.Debugger.Soft.TypeMirror.GetCustomAttrs (Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x0000b] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:727
at Mono.Debugger.Soft.TypeMirror.GetCustomAttributes (Boolean inherit) [0x00004] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:697
at Mono.Debugging.Soft.SoftDebuggerAdaptor.OnGetTypeDisplayData (Mono.Debugging.Evaluation.EvaluationContext ctx, System.Object type) [0x00018] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:1477 Mono.Debugger.Soft.CommandException: Debuggee returned error code 200.
at Mono.Debugger.Soft.VirtualMachine.ErrorHandler (System.Object sender, Mono.Debugger.Soft.ErrorHandlerEventArgs args) [0x00076] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs:350
at Mono.Debugger.Soft.Connection.SendReceive (CommandSet command_set, Int32 command, Mono.Debugger.Soft.PacketWriter packet) [0x000f9] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:1544
at Mono.Debugger.Soft.Connection.Type_GetCustomAttributes (Int64 id, Int64 attr_type_id, Boolean inherit) [0x00017] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:2215
at Mono.Debugger.Soft.TypeMirror.AppendCustomAttrs (IList`1 attrs, Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x00053] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:712
at Mono.Debugger.Soft.TypeMirror.GetCustomAttrs (Mono.Debugger.Soft.TypeMirror type, Boolean inherit) [0x0000b] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:727
at Mono.Debugger.Soft.TypeMirror.GetCustomAttributes (Boolean inherit) [0x00004] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs:697
at Mono.Debugging.Soft.SoftDebuggerAdaptor.OnGetTypeDisplayData (Mono.Debugging.Evaluation.EvaluationContext ctx, System.Object type) [0x00018] in /Users/builder/data/lanes/1881/8010a90f/source/monodevelop/main/external/debugger-libs/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:1477
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment