Open MartinZikmund opened 1 year ago
Maybe this is the same as https://github.com/xamarin/xamarin-macios/issues/18688?
@MartinZikmund you may want to try upgrading to the latest SkiaSharp which has bindings on arm64. We can't upgrade to the latest 2.88.5 in uno because it would bump to the latest workloads (because of https://github.com/dotnet/sdk/issues/30103). So you'll need to keep the change local for now (inside of the uno solution). The template for 4.10+ have been upgraded already.
@jeromelaban unfortunately the error above showed up after upgrading everything SkiaSharp to the latest version 🤔
Can confirm this issue is M1 specific, no problems running Samples app on Intel-based Mac
I believe this is the problem: https://github.com/calabash/calabash-ios-server/issues/483
Current behavior
Trying to run Samples app on iOS Simulator ends with:
Or with the same error in regards to
Harfbuzz.NativeAssets.iOS
(which can be fixed by the upgrade to latest SkiaSharp)Expected behavior
Should build and run successfully
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
Bin log: binlog.zip