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

Hybrid (MAUI Blazor) app crashes on iOS 17.4 #21707

Closed
erkib opened this issue Apr 8, 2024 · 2 comments
Closed

Hybrid (MAUI Blazor) app crashes on iOS 17.4 #21707

erkib opened this issue Apr 8, 2024 · 2 comments
Labels
platform/iOS 🍎 t/bug Something isn't working

Comments

@erkib
Copy link

erkib commented Apr 8, 2024

Description

When input element in app running on iOS 17.4 is tapped to start input, app crashes:
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6

Steps to Reproduce

  1. Create a Hybrid App
  2. On the Home page (in Comonents/Pages/Home.razor) add simple input element (ala )
  3. Run in iOS simulator with version 17.4
  4. When screen loaded, get the focus of the input element (touch it) ---> crash

Link to public reproduction project repository

No response

Version with bug

8.0.14 SR3.1

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 17.4

Did you find any workaround?

No response

Relevant log output

No response

@erkib erkib added the t/bug Something isn't working label Apr 8, 2024
@drasticactions
Copy link
Contributor

See #21057 and dotnet/runtime#98941

iOS 17.4/Xcode 13 is not supported yet for .NET iOS. Until that is supported, this won't work correctly.

@drasticactions drasticactions closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2024
@ivanpovazan
Copy link
Member

Just to confirm, this is the same issue as reported in dotnet/runtime#98941
FWIW, the workaround proposed in the description of that issue should work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform/iOS 🍎 t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants