SwiftUI: Menu() doesn't work

Hello Guys,

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
I do see the message also, but that does not seem to cause any issue (except the extra log).
It may be a debug message in Xcode that was not cleared ?

Get some details here:
https://stackoverflow.com/questions/64732778/creating-menu-in-swiftui-receive-output-message-of-uilog-called-uicontextm
SwiftUI: Menu() doesn't work
 
 
Q