Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Created October 16, 2011 15:16
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 chrisntr/e747304010bd8bb292c0 to your computer and use it in GitHub Desktop.
Save chrisntr/e747304010bd8bb292c0 to your computer and use it in GitHub Desktop.
Appearance Bug being Linked
UINavigationBar.Appearance.TintColor = UIColor.FromRGB(238,234,222);
UINavigationBar.Appearance.SetTitleTextAttributes(new UITextAttributes() {
TextColor = UIColor.FromRGB(85, 108, 17),
TextShadowColor = UIColor.Clear
});
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: Unhandled Exception: System.ExecutionEngineException: Attempting to JIT compile method 'MonoTouch.UIKit.UINavigationBar/UINavigationBarAppearance:set_TintColor (MonoTouch.UIKit.UIColor)' while running with --aot-only.
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: at PortStreetBeerHouse.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00000] in <filename unknown>:0
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00000] in <filename unknown>:0
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: at PortStreetBeerHouse.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException: Attempting to JIT compile method 'MonoTouch.UIKit.UINavigationBar/UINavigationBarAppearance:set_TintColor (MonoTouch.UIKit.UIColor)' while running with --aot-only.
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: at PortStreetBeerHouse.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00000] in <filename unknown>:0
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00000] in <filename unknown>:0
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: at PortStreetBeerHouse.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: Terminating runtime due to unhandled exception
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: Stacktrace:
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: Native stacktrace:
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 0 PortStreetBeerHouse 0x0037d6a8 PortStreetBeerHouse + 3655336
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 1 PortStreetBeerHouse 0x003a6868 PortStreetBeerHouse + 3823720
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 2 libsystem_c.dylib 0x38196539 _sigtramp + 48
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 3 libsystem_c.dylib 0x3818bf5b pthread_kill + 54
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 4 libsystem_c.dylib 0x38184feb abort + 94
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 5 PortStreetBeerHouse 0x004ccb04 PortStreetBeerHouse + 5028612
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 6 PortStreetBeerHouse 0x004ccbd8 PortStreetBeerHouse + 5028824
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 7 PortStreetBeerHouse 0x0035eac4 PortStreetBeerHouse + 3529412
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 8 PortStreetBeerHouse 0x0037c918 PortStreetBeerHouse + 3651864
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 9 PortStreetBeerHouse 0x0037d2bc PortStreetBeerHouse + 3654332
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 10 PortStreetBeerHouse 0x003a4624 PortStreetBeerHouse + 3814948
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 11 PortStreetBeerHouse 0x0028b5dc PortStreetBeerHouse + 2663900
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 12 PortStreetBeerHouse 0x00361bd4 PortStreetBeerHouse + 3541972
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 13 PortStreetBeerHouse 0x00452f08 PortStreetBeerHouse + 4529928
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 14 PortStreetBeerHouse 0x0037f2cc PortStreetBeerHouse + 3662540
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 15 PortStreetBeerHouse 0x0037fb88 PortStreetBeerHouse + 3664776
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 16 PortStreetBeerHouse 0x0028b4e8 PortStreetBeerHouse + 2663656
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 17 PortStreetBeerHouse 0x0024ef10 PortStreetBeerHouse + 2416400
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 18 PortStreetBeerHouse 0x00362d48 PortStreetBeerHouse + 3546440
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 19 PortStreetBeerHouse 0x00459778 PortStreetBeerHouse + 4556664
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 20 PortStreetBeerHouse 0x004ecc00 WriteZStream + 17224
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 21 UIKit 0x31dba7eb -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1186
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 22 UIKit 0x31db43bd -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 396
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 23 UIKit 0x31d82921 -[UIApplication handleEvent:withNewEvent:] + 1016
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 24 UIKit 0x31d823bf -[UIApplication sendEvent:] + 54
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 25 UIKit 0x31d81d2d _UIApplicationHandleEvent + 5808
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 26 GraphicsServices 0x32ddce13 PurpleEventCallback + 882
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 27 CoreFoundation 0x3717e553 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 38
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 28 CoreFoundation 0x3717e4f5 __CFRunLoopDoSource1 + 140
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 29 CoreFoundation 0x3717d343 __CFRunLoopRun + 1370
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 30 CoreFoundation 0x371004dd CFRunLoopRunSpecific + 300
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 31 CoreFoundation 0x371003a5 CFRunLoopRunInMode + 104
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 32 UIKit 0x31db3457 -[UIApplication _run] + 550
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 33 UIKit 0x31db0743 UIApplicationMain + 1090
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 34 PortStreetBeerHouse 0x00041764 PortStreetBeerHouse + 264036
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 35 PortStreetBeerHouse 0x00002390 PortStreetBeerHouse + 5008
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 36 PortStreetBeerHouse 0x0024ef10 PortStreetBeerHouse + 2416400
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 37 PortStreetBeerHouse 0x00362d48 PortStreetBeerHouse + 3546440
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 38 PortStreetBeerHouse 0x00459778 PortStreetBeerHouse + 4556664
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 39 PortStreetBeerHouse 0x0045c8a0 PortStreetBeerHouse + 4569248
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 40 PortStreetBeerHouse 0x0045b8a0 PortStreetBeerHouse + 4565152
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 41 PortStreetBeerHouse 0x00369df8 PortStreetBeerHouse + 3575288
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 42 PortStreetBeerHouse 0x0035d290 PortStreetBeerHouse + 3523216
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: 43 PortStreetBeerHouse 0x000022f4 PortStreetBeerHouse + 4852
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: =================================================================
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: Got a SIGABRT while executing native code. This usually indicates
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: a fatal error in the mono runtime or one of the native libraries
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: used by your application.
Oct 16 16:15:04 unknown UIKitApplication:portstreetbeerhouse[0x2988][3706] <Notice>: =================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment