[LayoutConstraints] Unable to simultaneously satisfy constraints

I’ve working with videos in my app, and I get this Error in XCode when I hit bottom right button to close full screen view of the video. Any ideas how to fix this? The end goal for me is to get rid of this error and to be able to play videos inline (not in full screen). Thanks!

[LayoutConstraints] Unable to simultaneously satisfy constraints.
	Probably at least one of the constraints in the following list is one you don't want. 
	Try this: 
		(1) look at each constraint and try to figure out which you don't expect; 
		(2) find the code that added the unwanted constraint or constraints and fix it. 
	(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x170482e40 h=-&- v=-&- _UIBackdropContentView:0x1014b8910.width == _UIBackdropView:0x101461900.width   (active)>",
    "<NSLayoutConstraint:0x1704811d0 H:|-(0)-[_UIBackdropView:0x101461900]   (active, names: '|':UIView:0x101477120 )>",
    "<NSLayoutConstraint:0x170481220 H:[_UIBackdropView:0x101461900]-(0)-|   (active, names: '|':UIView:0x101477120 )>",
    "<NSLayoutConstraint:0x170481040 H:|-(0)-[UIView:0x101477120]   (active, names: '|':AVAlphaUpdatingView:0x101534260 )>",
    "<NSLayoutConstraint:0x170481090 H:[UIView:0x101477120]-(0)-|   (active, names: '|':AVAlphaUpdatingView:0x101534260 )>",
    "<NSLayoutConstraint:0x1704837f0 H:|-(15)-[UIView:0x1014ed520](LTR)   (active, names: '|':_UIBackdropContentView:0x1014b8910 )>",
    "<NSLayoutConstraint:0x1704839d0 UIView:0x10149c780.right == _UIBackdropContentView:0x1014b8910.right   (active)>",
    "<NSLayoutConstraint:0x170483ac0 UIView:0x1014ed520.right == UIView:0x10149c780.left - 10   (active)>",
    "<NSLayoutConstraint:0x170483f70 H:|-(15)-[AVButton:0x1014a84a0](LTR)   (active, names: '|':UIView:0x10149c780 )>",
    "<NSLayoutConstraint:0x170484010 AVButton:0x1014a84a0.right == AVButton:0x101584ed0.left - 25   (active)>",
    "<NSLayoutConstraint:0x1704840b0 AVButton:0x101584ed0.right == AVButton:0x101584990.left - 25   (active)>",
    "<NSLayoutConstraint:0x170484150 AVButton:0x101584990.right == UIView:0x10149c780.right - 15   (active)>",
    "<NSLayoutConstraint:0x170482f30 'UIView-Encapsulated-Layout-Width' AVAlphaUpdatingView:0x101534260.width == 0   (active)>"
)
Will attempt to recover by breaking constraint

+1.

However, I encountered while using https://github.com/phonegap/phonegap-plugin-barcodescanner plugin.