我在我的项目中使用了这段代码。我已经导入了UIKit和GoogleMaps,但是我得到了一个错误消息"use of unresolved CLLocationCoordinate2D“。请帮我解决这个问题override func viewDidLoad() { let camera = GMSCameraPosition.camera(withLatitude: -33.86, longitude: 151.20, zoom: 6.0)
let mapView
下面是我尝试运行我的应用程序时得到的错误消息;
Undefined symbols for architecture armv7s: "_CLLocationCoordinate2DMake", referenced from: -[DodgeDirectionsViewController viewDidLoad] in DodgeDirectionsViewController.o ld: symbol(s) not found for architecture armv7s clang: error: linker command failed with