Posts

Post not yet marked as solved
1 Replies
I fixed this problem updating my GoogleMaps pods: pod 'GoogleMaps', '8.3' And setting translatesAutoresizingMaskIntoConstraints to false: mapView.translatesAutoresizingMaskIntoConstraints = false