Skip to content

Instantly share code, notes, and snippets.

@olegoid
Created May 7, 2015 23:26
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 olegoid/2805761c962931964de2 to your computer and use it in GitHub Desktop.
Save olegoid/2805761c962931964de2 to your computer and use it in GitHub Desktop.
ExceptionLog.txt
System.Exception: Could not initialize an instance of the type 'UIKit.UIImage': the native 'initWithContentsOfFile:' method returned nil.
It is possible to ignore this condition by setting MonoTouch.ObjCRuntime.Class.ThrowOnInitFailure to false.
at Foundation.NSObject.InitializeHandle (IntPtr handle, System.String initSelector) [0x00094] in /Users/builder/data/lanes/1503/1b48440f/source/maccore/src/Foundation/NSObject2.cs:465
at UIKit.UIImage..ctor (System.String filename) [0x0002e] in /Users/builder/data/lanes/1503/1b48440f/source/maccore/src/build/ios/native/UIKit/UIImage.g.cs:91
at Xamarin.Forms.Platform.iOS.TabbedRenderer.SetupPage (Xamarin.Forms.Page page, Int32 index) [0x0003f] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.TabbedRenderer.Reset () [0x0001c] in <filename unknown>:0
at Xamarin.Forms.NotifyCollectionChangedEventArgsExtensions.Apply (System.Collections.Specialized.NotifyCollectionChangedEventArgs self, System.Action`3 insert, System.Action`2 removeAt, System.Action reset) [0x001dd] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.TabbedRenderer.OnPagesChanged (System.Object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) [0x00000] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.TabbedRenderer.SetElement (Xamarin.Forms.VisualElement element) [0x00063] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.RendererFactory.GetRenderer (Xamarin.Forms.VisualElement view) [0x0001c] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.Platform.AddChild (Xamarin.Forms.VisualElement view) [0x00027] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.Platform.WillAppear () [0x0003c] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.PlatformRenderer.ViewWillAppear (Boolean animated) [0x00016] in <filename unknown>:0
at at (wrapper managed-to-native) ObjCRuntime.Messaging:void_objc_msgSend (intptr,intptr)
at UIKit.UIWindow.MakeKeyAndVisible () [0x00010] in /Users/builder/data/lanes/1503/1b48440f/source/maccore/src/build/ios/native/UIKit/UIWindow.g.cs:247
at Xamarin.Forms.Platform.iOS.FormsApplicationDelegate.SetMainPage () [0x00028] in <filename unknown>:0
at Xamarin.Forms.Platform.iOS.FormsApplicationDelegate.FinishedLaunching (UIKit.UIApplication uiApplication, Foundation.NSDictionary launchOptions) [0x00028] in <filename unknown>:0
at TabbedPageDemo.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00014] in /Users/olegoid/Projects/xamarin-forms-samples/TabbedPageDemo/TabbedPageDemo/TabbedPageDemo.iOS/AppDelegate.cs:22
at 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 /Users/builder/data/lanes/1503/1b48440f/source/maccore/src/UIKit/UIApplication.cs:63
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/1503/1b48440f/source/maccore/src/UIKit/UIApplication.cs:47
at TabbedPageDemo.iOS.Application.Main (System.String[] args) [0x00008] in /Users/olegoid/Projects/xamarin-forms-samples/TabbedPageDemo/TabbedPageDemo/TabbedPageDemo.iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment