Hello Guys,
I have a simple code in SwiftUI
But it's produce an Error like this: "[UILog] Called -[UIContextMenuInteraction updateVisibleMenuWithBlock:] while no context menu is visible. This won't do anything."
But this is no warning, in fact, there happens nothing.
Has anybody an idea, how to get rid this error message?
Thanks in Advance
DWD
I have a simple code in SwiftUI
Code Block Menu { Text("Item") } label: { Text("Menu") }
But it's produce an Error like this: "[UILog] Called -[UIContextMenuInteraction updateVisibleMenuWithBlock:] while no context menu is visible. This won't do anything."
But this is no warning, in fact, there happens nothing.
Has anybody an idea, how to get rid this error message?
Thanks in Advance
DWD