Map View Bug In Xcode 4.5

201 Views Asked by At

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?

enter image description here

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

1

There are 1 best solutions below

0
On

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

mapViewObj.mapType = MKMapTypeStandard;

mapViewObj is object of MKMapView.