Hello Guys,
I am writing a program using PencilKit. Yesterday, everything worked fine with this line:
@State var pencilStyle: PKInkingTool.InkType = .monoline
But today, i am getting this Error:
Type 'PKInkingTool.InkType' has no member 'monoline'"
When I started Xcode Today, it downloaded a new Simulator for iOS 16.2.
How can I fix this issue? I can't use my Projekt without fixing this...
Thanks in advance <3