Adding google maps as subview crashes iOS app with exc_bad

后端 未结 3 1466
耶瑟儿~
耶瑟儿~ 2020-11-30 01:47

I have code that worked perfectly fine until around 3 days ago. I have tried going back to a much older commit that worked a 100% and still now it crashes with exc_bad. The

3条回答
  •  一整个雨季
    2020-11-30 02:15

    Yoav Schwartz, have you tried assigning the mapView.delegate only after insertSubview of the mapView into your view hierarchy?

    I am experiencing something similar and I suspect it to be a bug with Xcode 6.4 as Julian alludes to above.

    James Pereira/@marinehero

提交回复
热议问题