I am using GoogleMaps Pod in my project. I have an error in one of my storyboards:
error: IB Designables: could not display and update the automatic layout state for MapViewController: dlopen (GoogleMaps.framework, 1): no suitable image was found. Really found: GoogleMaps.framework: mach-o, but the wrong file type
I set the view class in GMSMapView:
The application runs on a simulator. How can I fix this error? This makes the entire storyboard be empty.
source
share