You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ionic build and npx cap sync commands, i run the app via Xcode 26 on simulator iPad Air 13-inch (M3) iOS 18.5 and got this error in Xcode debug console:
CapacitorGoogleMaps/Map.swift:134: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
and the following into the render() method of the Map.swift class :
let minZoom = self.config.minZoom.map { Float($0) } ?? self.mapViewController.GMapView.minZoom
Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Expected Behavior
the map should render normally as usual like on other devices and simulators.
Code Reproduction
Other Technical Details
I don't have this issue on iphone 16 pro max, iphone 17 pro max simulators and iphone 11 pro max device
Additional Context
i have upgraded my Xcode recently to Xcode 26 but i had the same issue before