oxyplot / oxyplot-xamarin

OxyPlot for Xamarin.Mac and Xamarin.Forms
MIT License
64 stars 59 forks source link

.net 6.0 IOS target #122

Open jona-1993 opened 2 years ago

jona-1993 commented 2 years ago

Hello,

We would like migrate own project with .net 6 ios. But the package "OxyPlot.Xamarin.iOS" doesn't work. We can't install de package.

NU1202: Package OxyPlot.Xamarin.iOS 1.1.0-unstable0011 is not compatible with net6.0-ios15.2 (.NETCoreApp,Version=v6.0). OxyPlot.Xamarin.iOS 1.1.0-unstable0011 package supports: xamarinios10 (Xamarin.iOS,Version=v1.0)

Is it possible to have a "net6.0-ios" target?

trinnguyen commented 1 year ago

I've just pushed a new Nuget package for Net 7.0 for iOS, as I need it for the migrated iOS app.

Nuget: https://www.nuget.org/packages/Tnn.OxyPlot.Xamarin.iOS/ Source: https://github.com/trinnguyen/xamarin-bindings/tree/master/OxyPlot.Xamarin.iOS

Try use them while waiting for the team to push new version.

onurhazar commented 11 months ago

Hey! Thanks for the package! I installed it but panning/zooming still doesn't work with Oxyplot.Core 2.1.2 in iOS. I have net 7.0 ios project.

janusw commented 11 months ago

I'll note that there is a Oxyplot port for Maui now: https://github.com/oxyplot/oxyplot-maui First packages available here: https://www.nuget.org/packages/OxyPlot.Maui.Skia

Does this work for you guys?