IB Designables: Failed to display and update car market status for Google Maps

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:

enter image description here

The application runs on a simulator. How can I fix this error? This makes the entire storyboard be empty.

+7
source share
2 answers

I am afraid that this is impossible.

- viewDidLoad View controller View.

, .

-3

GMSMapView GMSMapView. .

import GoogleMaps

class GoogleMapView : GMSMapView {

}
0

Source: https://habr.com/ru/post/1692209/


All Articles