Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renderer not initialized #64

Open
frndxyz opened this issue Jun 29, 2017 · 3 comments
Open

Renderer not initialized #64

frndxyz opened this issue Jun 29, 2017 · 3 comments

Comments

@frndxyz
Copy link

frndxyz commented Jun 29, 2017

IOS 10.3
Xamarin Forms 2.3.4.247

design view show this error;

screen shot 2017-06-29 at 4 25 06 pm

i have already placed initialization line in appdelegate.cs

                public override bool FinishedLaunching(UIApplication app, NSDictionary options)
		{			global::Xamarin.Forms.Forms.Init();
			OxyPlot.Xamarin.Forms.Platform.iOS.PlotViewRenderer.Init();	
			return base.FinishedLaunching(app, options);
		}
@mawarnes
Copy link

I get this as well, does anyone have any ideas how to fix this

@oleksiizapara
Copy link

I got the same issue on Android. Graph Preview is working on the LiveXAML previewer. Maybe it will help you too.

@Huii
Copy link

Huii commented Nov 16, 2018

I have the same problem with my Android project. The app works fine on my device but unfortunately, the XAML Designer is broken and doesn't show any content while only returning the error message stated above.

@objorke objorke changed the title Rendered not initialize; Remember to add OxyPlot.Xamarin.Forms.Platform.iOS.PlotViewRenderer.Init(); Renderer not initialized Oct 20, 2019
@objorke objorke added this to the v2.0 milestone Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants