Path.fill in Xcode11 beta5 doesn't work anymore

后端 未结 1 1949
我寻月下人不归
我寻月下人不归 2020-12-22 04:19

Path.fill and .stroke of swiftUI in Xcode11 beta5 doesn\'t work

The code below works fine in Xcode beta4, but it crashes in Xcode beta5, the error information all I

相关标签:
1条回答
  • 2020-12-22 05:01

    It's a known issue in Beta 5. Disclosed in their release notes:

    Using the Path structure may cause your app to crash if you’re using the SDKs included in Xcode 11 beta 5. As a result, you may be unable to successfully follow the steps in the Drawing Paths and Shapes tutorial. (53523206)

    0 讨论(0)
提交回复
热议问题