Christoffer Hoel
Christoffer Hoel
@microspaze it's not always enough for the IntelliSense to work properly at all times. On top of that the referenced framework/lib is often not updated without a hard clean (delete...
I'm stuck debugging this issue. I did come to the same conclusion that the thread pool get exhausted somehow, because all "life signs" vanishes after hitting the issue. It seems...
Here is a workaround: ```csproj false ``` Note that it will increase the size of the build (see https://github.com/xamarin/xamarin-macios/commit/e3088879a619ba2af5d5d739d1d212243e810f24). See @rolfbjarne 's explanation in this comment: https://github.com/xamarin/xamarin-macios/issues/19157#issuecomment-1798534439
@MarkMcCormackSF The Kotlin devs are asking the same question: https://github.com/firebase/firebase-ios-sdk/issues/10030 🙃
I've just added a CoreGraphics part to test repo (https://github.com/cho-trackman/SkiaIos18Bug), but also realized that maybe it should have been done in CoreText to reflect how Skia is drawing (I don't...
Sample project updated with CoreText as well. ## iOS 17.5  ## iOS 18.0.1 
Just tested on `3.118.0-preview.1.2` and the issue is still there. I will look into your other suggestions and come back with more info.
> Also, what happens if you remove the Chinese character? The character might be causing an issue somehow. The degree char gets drawn as below, removing it removes the rectangle...
> So one probability is if that glyph is missing from PingFang SC shipped with iOS 18 this issue is to be closed. Don't mix up Unicode and ASCII.
I just stumbled upon this thread https://forums.developer.apple.com/forums/thread/758189. ~~An Apple dev claims:~~ > ~~PingFang.ttc is no longer in /System/Library/Fonts/Core. iOS 18 has a new Chinese UI font.~~ ~~That is crazy news...