-
Notifications
You must be signed in to change notification settings - Fork 760
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
[MacCatalyst] Crash and errors on release build #15319
Comments
Thanks for the report. This is an .NET issue (dotnet/macios#14686) that is supposed to be fixed in .NET 8. Are you currently running that version? |
@jeromelaban Thanks! We currently are on .NET 7 |
Thanks. Can you try an upgrade to .NET 8 and let us know if it helps? |
@jeromelaban After updating to .net8 and changes on the build pipeline this issue are not ocurring anymore, but we are facing other problems. I'm closing this one as new bug doesn't seems to be related to this. Thanks for your help! |
Current behavior
After generated a release package we noticed some errors and different behaviors from debug:
After we login all the API calls made by the app fails. This looks like is something related with the Auth extensions given that the flow after the login is straithg forward.
We also tested it on another device, but it won't even open the app. Here is the crash report
CrashReport-2024-02-01-095547.zip
Currently the app runs without issues on Windows with the same version. Theres some platform specific code but no on the Init/Login of the app
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
Yes
Environment
No response
NuGet package version(s)
Affected platforms
Mac Catalyst
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: