I am getting below error while integrating Firebase Admob
Firebase.AdMob.GADBannerView not found
Also I am getting error on IOS Xcode simulator Module Firebase not found
.
Here is the repo FuseTools Sample App Repo
Best Regards,
Satz
I am getting below error while integrating Firebase Admob
Firebase.AdMob.GADBannerView not found
Also I am getting error on IOS Xcode simulator Module Firebase not found
.
Here is the repo FuseTools Sample App Repo
Best Regards,
Satz
Hey.
Firebase uses Pod files and for iOs build you need to add CocoaPods flag.
In Fuse Studio Preview -> Build flags -> Enable CocoaPods builds on iOS.
Hey Arturs,
Thanks for the info. Previously I have tried to add Pod inside the project nothing helped me.
Build succeeded For iOS & android.
But now i am getting different error and UI corrupted
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Outracks.Simulator.Client.FakeApp</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.ClientPanel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.EdgeNavigator, Name: edge</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Panel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.DockPanel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Navigator</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Panel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Outracks.Simulator.Client.FakeApp</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.ClientPanel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.EdgeNavigator, Name: edge</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Panel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.DockPanel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Navigator</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Panel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Outracks.Simulator.Client.FakeApp</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.ClientPanel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.EdgeNavigator, Name: edge</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Panel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.DockPanel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Navigator</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
[SATHISH’s MacBook Air]: InternalError: Draw called on a non-rooted node in Fuse.Controls.Panel</usr/local/share/uno/Packages/Fuse.Elements/1.8.1/Element.Drawing.uno:67>
Hey Arturs,
I solved the above issue !
This was due mismatch of iOS bundle Id and also need to remove the previous build.
used
uno clean
Thanks!