duyduong / flutter_native_admob

Plugin to integrate native firebase admob to Flutter application
MIT License
62 stars 85 forks source link

Error view ios #80

Open stoppiNeobiz opened 3 years ago

stoppiNeobiz commented 3 years ago

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 commented 3 years ago

Any solution?