0

I no longer need google maps in my project. I deleted all the places where it was imported (obviously) but now am stuck with this linker error:

ld: framework not found GoogleMaps
clang: error: linker command failed with exit code 1 (use -v to see     invocation)

Appreciate the help!

Echizzle
  • 3,359
  • 5
  • 17
  • 28

2 Answers2

0

Try removing the pod 'GoogleMaps' from your pod file and then run pod update in terminal

BergerBytes
  • 357
  • 3
  • 7
0

Got it!

Had to remove Google Maps from "Other linker flags" in Build Settings.

Echizzle
  • 3,359
  • 5
  • 17
  • 28