1

I have done everything as mentioned in the googleMap documents for iOS, but I got this error:

+[GMSCameraPosition cameraWithLatitude:longitude:zoom:]: unrecognized selector sent to class

Scott
  • 21,211
  • 8
  • 65
  • 72
Sumeet Mourya
  • 434
  • 1
  • 7
  • 23

1 Answers1

0

Did you make the 7 step from GMap docs? Choose your project, rather than a specific target, and open the Build Settings tab. In the Other Linker Flags section, add -ObjC. If these settings are not visible, change the filter in the Build Settings bar from Basic to All. Possible duplicate

Community
  • 1
  • 1
Artem Z.
  • 1,243
  • 2
  • 14
  • 36