You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created an app (hybrid/Blazor) for Windows and Mac using maccatalys. Maccatalyst app works properly on x64, but not on M1 chip. I have tested with MacBook Air M1, OS version 13.2.1.
SupportedOSPlatformVersion for maccatalyst is 14.0.
On M1 chip, it crashes on startup. I have attached these console logs, but I can't find anything valuable there (lack of knowledge reading those Apple creepy logs).
With AppDomain.CurrentDomain.FirstChanceException I got this:
Thanks for fast response.
As I understood, the only way is to target maccatalyst 16.6 (macOS 13.5+).
It would be nice to know if it is going to be included into future .net8 releases and when.
Description
I have created an app (hybrid/Blazor) for Windows and Mac using maccatalys. Maccatalyst app works properly on x64, but not on M1 chip. I have tested with MacBook Air M1, OS version 13.2.1.
SupportedOSPlatformVersion for maccatalyst is 14.0.
On M1 chip, it crashes on startup. I have attached these console logs, but I can't find anything valuable there (lack of knowledge reading those Apple creepy logs).
With AppDomain.CurrentDomain.FirstChanceException I got this:
Not sure, but seems that MAUI tries to manipulate with WebView and it fails and crashes the app.
crashreport.txt
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
maccatalyst-arm64
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: