-
I'm trying to add iOS as the last "head" project in my solution (complementing my Windows, Linux, MacOS, Android heads), and it is crashing early in startup. I notice that the project file contains this: <RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier> Which struct me as inappropriate in my case because I have arm64 mac hardware (i.e. "Apple silicone"). So to try to fix the build break, I switched it to
So then I updated to Avalonia nuget package 11.1.0-rc2, retargeted to .NET 8, and bumped the deployment target from 10.0 to 13.0 (to address minimum targeting requirements). Any suggestions, please?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Seems to be somewhat identical to this bug: |
Beta Was this translation helpful? Give feedback.
See my answer on that thread dotnet/macios#20657 (comment)