我正在使用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
但是,地图没有显示在视图中,任何人都可以帮助我
答案 0 :(得分:0)
在 - (void)viewDidLoad的末尾尝试使用[self.view addSubview mapView_];
;在这个例子中