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

前端 未结 9 1819
野趣味
野趣味 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:19

    Add -ObjC in your project's GoTo: Click on your Project->Targets->Build Setting->search(Other Linker Flags) ->Set (-ObjC) Refer the Screenshot: Linker Flag

提交回复
热议问题