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

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

    It's important to note that you should be adding the -ObjC to the Other Linker Flags section in your project.... NOT in your specific target.

提交回复
热议问题