Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error view ios #80

Open
stoppiNeobiz opened this issue Jan 23, 2021 · 1 comment
Open

Error view ios #80

stoppiNeobiz opened this issue Jan 23, 2021 · 1 comment

Comments

@stoppiNeobiz
Copy link

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?

@agustinramos
Copy link

Any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants