Skip to content
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

.net MAUI 8 Snackbar is now crashing on actual iOS devices--- (Release builds only on actual devices) #1768

Closed
2 tasks done
plppp2001 opened this issue Mar 20, 2024 · 3 comments
Labels

Comments

@plppp2001
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

.net MAUI 8 Snackbar is now crashing on actual iOS devices now (Release builds only on actual devices)

Expected Behavior

Snackbar should popup on iOS devices. This still works on all iOS Simulators without issue.

https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/alerts/snackbar?tabs=android

Steps To Reproduce

  1. You must install latest versions of the following setup and create a release build on to an actual iOS device and the snackbar will crash the entire app.

(Please see versions section for how to re-create and setup)

Link to public reproduction project repository

n/a

Environment

- .NET MAUI CommunityToolkit:
<PackageReference Include="CommunityToolkit.Maui" Version="7.0.1" />

- OS:
Windows 11.
VS2022 Version 17.9.4.
Mac M2 with Xcode: Version 15.3


- .NET MAUI:  (Latest .net 8 MAUI LTS)
		<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.10" />
		<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.10" />

- MVVM:
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />

Anything else?

I have an Iphone 15 and an Iphone 6 Plus (The snackbar kills the maui app on both devices - release)

@plppp2001 plppp2001 added bug Something isn't working unverified labels Mar 20, 2024
@plppp2001 plppp2001 changed the title .net MAUI 8 Snackbar is now crashing on actual iOS devices now (Release builds only on actual devices) .net MAUI 8 Snackbar is now crashing on actual iOS devices--- (Release builds only on actual devices) Mar 20, 2024
@brminnick
Copy link
Collaborator

Duplicate: #1752 (comment)

@plppp2001
Copy link
Author

Duplicate: #1752 (comment)

Ok thanks, But this one if for the Snackbar. fyi

@brminnick
Copy link
Collaborator

The bug has the same root-cause requiring the same workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants