Skip to content

Instantly share code, notes, and snippets.

@Udham1
Created October 13, 2014 08:10
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 Udham1/32c3ccae31a7f7d9be4f to your computer and use it in GitHub Desktop.
Save Udham1/32c3ccae31a7f7d9be4f to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPhone 5s
Launching application
Application launched. PID = 1783
Press enter to terminate the application
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/50CB4CEB-D27C-4B6E-B01E-8030A0628CB3/data/Containers/Bundle/Application/F68E885F-81AE-487F-A583-F037FB1BF0DA/testxam2.app/monotouch.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/50CB4CEB-D27C-4B6E-B01E-8030A0628CB3/data/Containers/Bundle/Application/F68E885F-81AE-487F-A583-F037FB1BF0DA/testxam2.app/System.Core.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/50CB4CEB-D27C-4B6E-B01E-8030A0628CB3/data/Containers/Bundle/Application/F68E885F-81AE-487F-A583-F037FB1BF0DA/testxam2.app/System.dll
Thread started: #2
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/50CB4CEB-D27C-4B6E-B01E-8030A0628CB3/data/Containers/Bundle/Application/F68E885F-81AE-487F-A583-F037FB1BF0DA/testxam2.app/testxam2.exe
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/50CB4CEB-D27C-4B6E-B01E-8030A0628CB3/data/Containers/Bundle/Application/F68E885F-81AE-487F-A583-F037FB1BF0DA/testxam2.app/System.Xml.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/50CB4CEB-D27C-4B6E-B01E-8030A0628CB3/data/Containers/Bundle/Application/F68E885F-81AE-487F-A583-F037FB1BF0DA/testxam2.app/Mono.Dynamic.Interpreter.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/50CB4CEB-D27C-4B6E-B01E-8030A0628CB3/data/Containers/Bundle/Application/F68E885F-81AE-487F-A583-F037FB1BF0DA/testxam2.app/PushBotsBinding.dll
2014-10-13 13:39:41.798 testxam2[1783:47540] Unhandled managed exception: Failed to register the type 'System.Object' (MonoTouch.RuntimeException)
at MonoTouch.Registrar.DynamicRegistrar.GetMethodNoThrow (System.Type type, System.String selector) [0x0000e] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/DynamicRegistrar.cs:675
at MonoTouch.Registrar.DynamicRegistrar.GetMethodNoThrow (System.Type type, System.String selector) [0x00040] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/DynamicRegistrar.cs:680
at MonoTouch.Registrar.DynamicRegistrar.GetMethodNoThrow (System.Type type, System.String selector) [0x00040] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/DynamicRegistrar.cs:680
at MonoTouch.Registrar.DynamicRegistrar.GetMethodNoThrow (System.Type type, System.String selector) [0x00040] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/DynamicRegistrar.cs:680
at MonoTouch.Registrar.DynamicRegistrar.GetMethodDescriptionAndObject (System.Type type, IntPtr selector, IntPtr obj, Boolean throw_on_failure, System.IntPtr& mthis) [0x00007] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/DynamicRegistrar.cs:619
at MonoTouch.ObjCRuntime.Runtime.GetMethodAndObject (IntPtr klass, IntPtr sel, IntPtr obj, Boolean throw_on_failure, System.IntPtr& mthis) [0x00000] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/Runtime.iOS.cs:230
at (wrapper native-to-managed) MonoTouch.ObjCRuntime.Runtime:GetMethodAndObject (intptr,intptr,intptr,int,intptr&)
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at testxam2.Application.Main (System.String[] args) [0x00008] in /Users/xamarin76/Downloads/testxam2/testxam2/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment