简体   繁体   中英

Map View Bug In Xcode 4.5

I was creating ScreenShots in my upcoming App and now the iOS Simulator isn't loading the maps. It was 10 mins earlier now its just a black yellow page. I am connected to the internet (How could I post this Question). I tested the app on my iPhone 4 and its loading fine. What is the issue?

在此处输入图片说明

Update: I am getting this Error: Couldn't find default.styleproto in framework in NSLog

you should try to set map type and also check framework integration . Like as...3

mapViewObj.mapType = MKMapTypeStandard;

mapViewObj is object of MKMapView.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM