Google地图未在xcode5中显示

时间:2014-02-17 14:44:42

标签: ios google-maps xcode5

我正在使用xcode 5,我正在使用google map api创建地图视图,使用链接https://developers.google.com/maps/documentation/ios/start#getting_the_google_maps_sdk_for_ios 我正在使用谷歌地图SDK 1.7.0 当我移动到mapView时,在我的日志中,它将被打印为

Cannot find executable for CFBundle 0xc540670 </Users/wifin/Library/Application Support/iPhone Simulator/7.0.3/Applications/5C049949-8859-4542-A434-F35A3A193356/MaaramaWines.app/GoogleMaps.bundle/GMSCoreResources.bundle> (not loaded)

Google Maps SDK for iOS version: 1.7.0.7198

但是,地图没有显示在视图中,任何人都可以帮助我

1 个答案:

答案 0 :(得分:0)

在 - (void)viewDidLoad的末尾尝试使用[self.view addSubview mapView_];;在这个例子中