iOS6 Simulator MKMapKit “Couldn't find default.styleproto in framework”

后端 未结 7 936
自闭症患者
自闭症患者 2020-12-08 20:13

Running my app with the iOS6 simulator I am getting the following printed in the XCode console prior to viewDidLoad getting called:

Could

7条回答
  •  执笔经年
    2020-12-08 20:49

    mmm...I had de same problem...I think the problem could be the 6.0 Simulator; if I set the Deployment Target to 5.1 and run the app using the 5.1 Simulator and uncheck the Autolayout check-box, I didn't have any problem, but if I use the 6.0 Simulator when I run the app, the map doesn't appear, and the message "Couldn't find default.styleproto in framework" is printed in Xcode console...

提交回复
热议问题