-
Notifications
You must be signed in to change notification settings - Fork 594
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
Can't build for iOS simulator on arm64 Mac computer #1063
Comments
Thanks for the report, it seems that the SkiaSharp team already got this, this should be fixed with mono/SkiaSharp#2468 in a future version of LiveCharts we will reference a version that contains that fix. We can also track this issue at mono/SkiaSharp#2307. I will keep this open as reminder to update that. |
I merged the change, there should be an update appearing in a few hours on the preview feed: https://aka.ms/skiasharp-eap/index.json |
thanks for the update! @mattleibow |
Does skiasharp generally work on ios devices? I tried to get it working with the startup documentation but unfortunately, it works on android emulator but not on ipad pro deployed via usb / hot restart. |
@maslewandowski SkiaSharp works on IOS, the problem seems to be in this library, probably related to #800, I am trying to fix that for the next release. |
Updated |
@MichaelSL version beta.850 uses the latest version of SkiaSharp, it should be fixed on that version, is it working for you? |
@beto-rodriguez I can confirm It broke my custom gauge though ;) |
we can track that in another issue, thanks for the feedback! feel free to open a new issue with the case! |
@beto-rodriguez yep, sure; this one is fixed and should be closed. I think my issue is because I was scaling the graph according to screen density and you've added the inbuilt scaling support in 850.1. Most likely I'll just have to remove my scaling and it should work. Not sure it needs an issue, maybe just mention that somewhere so folks who scaled manually would know. |
yes, Livecharts for Maui now looks better on different devices |
Describe the bug
When I try to build my application which uses LiveCharts2 for iOS Simulator on arm64 Mac I get the following error:
To Reproduce
Steps to reproduce the behavior:
LiveChartsCore.SkiaSharpView.Maui
Expected behavior
The application is built successfully and started on Simulator
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Build still works for:
The text was updated successfully, but these errors were encountered: