1
votes

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)

2
it occurring in various scenes, may be your file is missing , may be your other linker flags not availableAnbu.Karthik
what type of other linker flags i have to add?Monika Patel
try to add -all_loadAnbu.Karthik
not solved .. still got same errorMonika Patel
This link may be helpful : stackoverflow.com/questions/9863836/…Bharat Nakum

2 Answers

0
votes

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

0
votes

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).