I am getting my app rejected in App Store because its not signing in Ipad 13in IOS 18, however on my real device Ipad 11 inch it works perfectly, I launched the emulator by downloading the code, open the code in VSCode and launching the IOS emulator from there.
UPDATE:
I tried relaunching the app again and now I am logged in but my app is not showing the UIView, it looks like its not an issue calling firebase to authenticate, but calling the next main Page
On my debug console I see the following lines:
10.25.0 - [FirebaseCore][I-COR000005] No app has been configured yet.
10.25.0 - [GoogleUtilities/MethodSwizzler][I-SWZ002000] Swizzling class: UIViewController SEL:originalIMPOfCurrentIMP: after it has been previously been swizzled.
UPDATE 2:
After some trial and error, found that the Custom Location in IoS Simulator is not loading when my app loads, so I get the loading spinning and no map view rendering at all, once I go to Simulator > Features > Custom Location and click Ok, my mapView is shown on screen, however my location beacon (blue dot) is on the sea (0,0 I guess). As a side note, the custom location is already prefilled after many tries.
Once the view is rendered (although with beacon in the middle of nowhere) I get this on VsCode Console:
Google Maps SDK for iOS version: 8.4.0.0
New version of Google Maps SDK for iOS available: 9.1.1.0
How can I force to use the latest version of google maps in Flutterflow, as this is controlled by them? Maybe there is an issue with this preventing the mapView rendering until a location is given. Help needed!