iOS6 Simulator MKMapKit "Couldn't find default.styleproto in framework"
- by abellina
Running my app with the iOS6 simulator I am getting the following printed in the XCode console prior to viewDidLoad getting called:
Couldn't find default.styleproto in framework
Has anyone else encountered this, and if so have you found a reason why? My guess is that it has to do with the iOS6 Apple Maps, but who knows!
EDIT
I should add that I don't get this warning in the iOS 5.1 simulator.