1

I install googlemap pod file that time i got an error and unable to solved this .. please help me

I am getting this error:

ld: library not found for -lPods-Google-Maps-iOS-SDK clang: error: linker command failed with exit code 1 (use -v to see invocation)

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
Monika Patel
  • 2,287
  • 3
  • 20
  • 45

2 Answers2

0

This is the error because u didn't integerate sdk using podfile correctly so the sdk files are missing in your project

Use this link https://developers.google.com/maps/documentation/ios-sdk/start it will help.Thanks

baydi
  • 1,003
  • 6
  • 11
0

follow this link properly https://developers.google.com/maps/documentation/ios-sdk/start and make sure you have set YES in BUILD ACTIVE ARCHITECTURE ONLY in build settings (in target).

Indrajit Chavda
  • 361
  • 1
  • 2
  • 13