-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 7 app crashes on iOS 17 #16316
Comments
@rolfbjarne Thoughts? |
There's a workaround mentioned in the Discussion |
We'll fix this in dotnet/macios#18621, and backport the fix to .NET 7 so that the next service release will contain it. |
It seems that Apple will completely remove the NewsstandKit framework from iOS 17. This poses a problem for existing apps that link with NewsstandKit: they will crash at launch. Solve this by always linking weakly with the NewsstandKit framework; this way any apps that link with it will keep working if the framework ends up being removed by Apple. Fixes #18606. Fixes dotnet/maui#16316.
…18606. (#18624) It seems that Apple will completely remove the NewsstandKit framework from iOS 17. This poses a problem for existing apps that link with NewsstandKit: they will crash at launch. Solve this by always linking weakly with the NewsstandKit framework; this way any apps that link with it will keep working if the framework ends up being removed by Apple. Fixes #18606. Fixes dotnet/maui#16316. Backport of #18621
… (#18625) It seems that Apple will completely remove the NewsstandKit framework from iOS 17. This poses a problem for existing apps that link with NewsstandKit: they will crash at launch. Solve this by always linking weakly with the NewsstandKit framework; this way any apps that link with it will keep working if the framework ends up being removed by Apple. Fixes #18606. Fixes dotnet/maui#16316. Backport of #18621
@rolfbjarne I guess this didn't make it into 7.0.307? Have just updated and rebuilt my project but it is still crashing at launch on iOS 17. |
Correct, it was fixed too late for this week's release, it'll be in the next release. |
@rolfbjarne Any word on when that'll be? Is there a way to somehow fix this without having to wait for the official release? |
If all goes well in the next service release.
Yes. The solution in this discussion explains it: #15540 (comment) |
Description
Link to discussion.
#15540
.Net Maui apps crash on the iOS 17 beta. iOS 17 is being released in September but some people are installing the beta now. Can we have some indication of when this will be fixed? Will there be a .NET Maui 7 release to address it or will it only be addressed in November with the .NET Maui 8 release?
I assume there's also a dependency on XCode 15?
Steps to Reproduce
Run a .NET Maui 7 app on iOS 17 beta
Link to public reproduction project repository
/~https://github.com/dotnet/maui-samples
Version with bug
7.0.49
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17 Beta
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: