Skip to content

Instantly share code, notes, and snippets.

@Udham1
Created February 6, 2015 10:44
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/ec027437a6c2cf423249 to your computer and use it in GitHub Desktop.
Save Udham1/ec027437a6c2cf423249 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPhone 5s
Launching application
Application launched. PID = 15450
Press enter to terminate the application
>Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/.monotouch-64/Xamarin.iOS.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/.monotouch-64/System.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/.monotouch-64/TestProblems.iOS.exe
Thread started: #2
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/.monotouch-64/Xamarin.Forms.Platform.iOS.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/.monotouch-64/Xamarin.Forms.Core.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/System.Xml.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/System.Core.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/Mono.Dynamic.Interpreter.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/System.Net.Http.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/System.Runtime.Serialization.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/TestProblems.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/A7CF133B-A741-4E45-A439-6AF52ECC5FFF/data/Containers/Bundle/Application/F0CD7ACB-EF2F-4444-BBC1-1EFB9B0BA867/TestProblems.iOS.app/Xamarin.Forms.Xaml.dll
Thread started: #3
Thread started: #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
2015-02-06 16:14:21.281 TestProblems.iOS[15450:273576] Unhandled managed exception: Type Constants not found in xmlns clr-namespace:TestProblems.Util;assembly=TestProblems (Xamarin.Forms.Xaml.XamlParseException)
at Xamarin.Forms.Xaml.XamlParser.GetElementType (Xamarin.Forms.Xaml.XmlType xmlType, IXmlLineInfo xmlInfo) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.XamlTypeResolver.Resolve (System.String qualifiedTypeName) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.StaticExtension.ProvideValue (IServiceProvider serviceProvider) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.MarkupExtensionParser.Parse (System.String match, System.String& remaining, IServiceProvider serviceProvider) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.MarkupExpressionParser.ParseExpression (System.String& expression, IServiceProvider serviceProvider) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.ParseMarkupsVisitor.Visit (Xamarin.Forms.Xaml.MarkupNode node, INode parentNode) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.MarkupNode.Accept (IXamlNodeVisitor visitor, INode parentNode) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.ElementNode.Accept (IXamlNodeVisitor visitor, INode parentNode) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.RootNode.Accept (IXamlNodeVisitor visitor, INode parentNode) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.XamlLoader.Load (Xamarin.Forms.BindableObject view, System.String xaml) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.XamlLoader.Load (Xamarin.Forms.BindableObject view, System.Type callingType) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Xaml.Extensions.LoadFromXaml[TestPage] (TestProblems.TestPage view, System.Type callingType) [0x00000] in <filename unknown>:0
at TestProblems.TestPage.InitializeComponent () [0x0000c] in /Users/xamarin76/Downloads/TestProblems/TestProblems/TestProblems/obj/Debug/TestPage.xaml.g.cs:20
at TestProblems.TestPage..ctor () [0x00008] in /Users/xamarin76/Downloads/TestProblems/TestProblems/TestProblems/TestPage.xaml.cs:21
at TestProblems.App..ctor () [0x00008] in /Users/xamarin76/Downloads/TestProblems/TestProblems/TestProblems/App.cs:15
at TestProblems.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00007] in /Users/xamarin76/Downloads/TestProblems/TestProblems/TestProblems.iOS/AppDelegate.cs:26
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at TestProblems.iOS.Application.Main (System.String[] args) [0x00008] in /Users/xamarin76/Downloads/TestProblems/TestProblems/TestProblems.iOS/Main.cs:17
2015-02-06 16:14:21.281 TestProblems.iOS[15450:273576] critical: Stacktrace:
2015-02-06 16:14:21.282 TestProblems.iOS[15450:273576] critical:
Native stacktrace:
2015-02-06 16:14:21.282 TestProblems.iOS[15450:273576] critical: 0 TestProblems.iOS 0x00000001021168bd mono_handle_native_sigsegv + 253
2015-02-06 16:14:21.283 TestProblems.iOS[15450:273576] critical: 1 libsystem_platform.dylib 0x00000001061e75aa _sigtramp + 26
2015-02-06 16:14:21.283 TestProblems.iOS[15450:273576] critical: 2 libsystem_pthread.dylib 0x000000010620926e _pthread_keys + 9838
2015-02-06 16:14:21.283 TestProblems.iOS[15450:273576] critical: 3 libsystem_sim_c.dylib 0x0000000105f4a19a abort + 129
2015-02-06 16:14:21.283 TestProblems.iOS[15450:273576] critical: 4 TestProblems.iOS 0x000000010226d82e xamarin_unhandled_exception_handler + 222
2015-02-06 16:14:21.283 TestProblems.iOS[15450:273576] critical: 5 TestProblems.iOS 0x0000000102117063 mono_invoke_unhandled_exception_hook + 83
2015-02-06 16:14:21.283 TestProblems.iOS[15450:273576] critical: 6 TestProblems.iOS 0x0000000102116212 mono_handle_exception_internal + 5906
2015-02-06 16:14:21.284 TestProblems.iOS[15450:273576] critical: 7 TestProblems.iOS 0x0000000102114af8 mono_handle_exception + 24
2015-02-06 16:14:21.284 TestProblems.iOS[15450:273576] critical: 8 TestProblems.iOS 0x00000001020982d9 mono_amd64_throw_exception + 169
2015-02-06 16:14:21.284 TestProblems.iOS[15450:273576] critical: 9 ??? 0x000000010dfb3144 0x0 + 4529533252
2015-02-06 16:14:21.284 TestProblems.iOS[15450:273576] critical: 10 ??? 0x00000001133aa69a 0x0 + 4617578138
2015-02-06 16:14:21.284 TestProblems.iOS[15450:273576] critical:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Application Terminated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment