-
Notifications
You must be signed in to change notification settings - Fork 520
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
[dotnet] Native ICU libraries not ready for Catalyst #11392
Labels
dotnet
An issue or pull request related to .NET (6)
dotnet-pri0
.NET 6: required for stable release
Mac Catalyst
Issues affecting Mac Catalyst
Milestone
Comments
WorkaroundAdd |
Running the native executable inside the app bundle opens a terminal window that shows the issue
|
spouliot
pushed a commit
to spouliot/xamarin-macios
that referenced
this issue
Apr 29, 2021
so it must remain using invariant globalization until it becomes available ref: dotnet#11392
spouliot
pushed a commit
to spouliot/xamarin-macios
that referenced
this issue
Apr 29, 2021
so it must remain using invariant globalization until it becomes available ref: dotnet#11392
spouliot
pushed a commit
to spouliot/xamarin-macios
that referenced
this issue
Apr 29, 2021
spouliot
added a commit
that referenced
this issue
May 2, 2021
We have to consider (setup and process) `libSystem.Globalization.Native` in order not to remove the required symbols when stripping the native executable. Ignore `libSystem.Globalization.Native` for dotnet / catalyst ref: #11392
spouliot
added a commit
that referenced
this issue
May 2, 2021
so it must remain using invariant globalization until it becomes available ref: #11392
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
May 18, 2021
…Mac Catalyst. Globalization doesn't work yet for Mac Catalyst: dotnet#11392
Still crash with 6.0.100-preview.6.21274.3 |
32 tasks
rolfbjarne
added a commit
that referenced
this issue
Jul 20, 2021
Adjust HttpClientHandler tests to cope with dotnet/runtime#50859 and #11392.
rolfbjarne
added a commit
that referenced
this issue
Jul 20, 2021
Adjust HttpClientHandler tests to cope with dotnet/runtime#50859 and #11392.
rolfbjarne
added a commit
that referenced
this issue
Jul 21, 2021
… named culture. This way it'll work on Mac Catalyst, where only the invariant culture works for now. Ref: #11392
This was referenced Jul 27, 2021
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Jul 27, 2021
This seems to be working locally for me now, so I created #12247 to see if it works everywhere. |
rolfbjarne
added a commit
that referenced
this issue
Jul 28, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dotnet
An issue or pull request related to .NET (6)
dotnet-pri0
.NET 6: required for stable release
Mac Catalyst
Issues affecting Mac Catalyst
Steps to Reproduce
Expected Behavior
App launch
Actual Behavior
App icon bounce for a while then stops.
Environment
main
and P4The text was updated successfully, but these errors were encountered: