I\'m trying to set up an AVPlayerViewController completely through storyboards by embedding in a separate View Controller.
Steps:
This warning is saying that you have used one constraint extra that didn't need to be use.
ToolBarHeight by default is 44 for all iphone devices here you have used height constraint for UIToolBar
. So the Toolbar Height Constraint is extra here , Remove this constraint the warning will be remove automatically