Context Menus In iOS 13.5 UIKit Auto Layout warnings

Hello. The title is self explanatory.

I can not find ha way to get ride of the warnings and I try many example codes.
I have an App in the Store and I am waiting to updated because I don't like to do it with warnings because the App increases his size every time ha warning appear.
¿There is any solution ?


Xcode 11.5 (11E608c)
macOS Catalina 10.15.5 (19F101)
Mac mini (2018)

Answered by andy_ in 617526022
You can ignore the Auto Layout warnings from UIContextMenuInteraction since that can only be resolved by Apple. There should be no effect on your or your users though, so it is fine to ignore it.
Unfortunately the title is not self explanatory.

What warnings are you talking about? What do “context menus” have to do with it? Can you post the actual error messages (copied and pasted, not just your interpretation) and some simple code that demonstrates the problem?

Without any details of the specific layout and the specific error messages you’re getting, all anyone can do is point you towards the Auto Layout Programming Guide.
Accepted Answer
You can ignore the Auto Layout warnings from UIContextMenuInteraction since that can only be resolved by Apple. There should be no effect on your or your users though, so it is fine to ignore it.
junkpile , there is a strange thing when implementing ha simple Context Menu, whatever code I use, the most simple example trows me a AutoLayOut warnings, this happened since the day ContextMenu Apear.
There is few people with this problem, I ask in some places and the answer is "I don't have this Problem".

 andy_ Knows what I am talking about. I take his answer.

TankYou.
Context Menus In iOS 13.5 UIKit Auto Layout warnings
 
 
Q