-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] [macOS] Rendering Line shape crashes the app in case xCode 13.2 installed #15026
Comments
Fixed with #14993 |
@jfversluis How can this be fixed by PR #14993? This issue is for MacOS but the PR only changes the iOS code |
If you look in the csproj file of the macOS project you will see that the |
@jfversluis Right, just figured that out as well. |
Depending on which area iOS and macOS code is pretty similar so sometimes code is shared between them. But I can see that this is something you would need to know, else it isn't very obvious :) |
Should be any day :) probably early next week |
I have this same bug using "<Path", @pictos recommended me to use version "5.0.0.2336-nighly", which already has the fix and everything is fine so far. Please, what is the release forecast for a new version in release? |
Thank you @jfversluis , have a great weekend!! |
Description
With Xcode 13.2 installed, any Xamarin Forms app that uses Line shapes crashes immediately when the line is rendered.
Steps to Reproduce
For example, this page will crash the app:
Exception thrown:
Could not initialize an instance of the type 'CoreGraphics.CGPath': handle is null.
Repro project: CGPathIssue.zip
(this is a clean new Xamarin Forms macOS project with the MainPage changed to show a line shape)
Expected Behavior
Line is shown on screen
Actual Behavior
App crashes immediately.
100% reproducible
Basic Information
Android Support Library / AndroidX Version: N/A
Affected Devices: all macOS devices
Environment
Show/Hide Visual Studio info
The text was updated successfully, but these errors were encountered: