flutter_native_admob icon indicating copy to clipboard operation
flutter_native_admob copied to clipboard

Error view ios

Open stoppiNeobiz opened this issue 4 years ago • 1 comments

Hi in ios app I receive this message:

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x282f80a00 'UISV-spacing' H:[flutter_native_admob.StackLayout:0x120125020]-(5)-[UIButton:0x12017de20'Visita sito']   (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
[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.
(
    "<NSLayoutConstraint:0x282fd89b0 UIButton:0x12017de20'Visita sito'.height == 30   (active)>",
    "<NSLayoutConstraint:0x282fdb6b0 UIImageView:0x1201e3510.height == 40   (active)>",
    "<NSLayoutConstraint:0x282fa5ae0 'UISV-alignment' UIImageView:0x1201e3510.bottom == UIButton:0x12017de20'Visita sito'.bottom   (active)>",
    "<NSLayoutConstraint:0x282fa72f0 'UISV-alignment' UIImageView:0x1201e3510.top == UIButton:0x12017de20'Visita sito'.top   (active)>"
)

Sometimes the click on ad not work. How to resolve?

stoppiNeobiz avatar Jan 23 '21 08:01 stoppiNeobiz

Any solution?

agustinramos avatar Jun 14 '21 13:06 agustinramos