GoogleMaps basic iOS demo app crash - unrecognized selector sent to instance

前端 未结 9 1817
野趣味
野趣味 2020-11-30 12:45

Im trying to run the basic iOS demo SDK code. I have created the API keyand it loads ok. Although i\'ve transfered the code from viewDidLoad to loadView the effect remains.

9条回答
  •  抹茶落季
    2020-11-30 13:20

    I had the same error because I've mistakenly written -objC instead of -ObjC (with capital O)

    if it helps someone

提交回复
热议问题