I added the framework version 1,9,1 and follow the instructions to do the right, but after the start of the project, Xcode gives an error
ld: framework not found GoogleMaps
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I do not know why he wrote that the framework is not found i added in appdelegate
.h
#import <GoogleMaps/GoogleMaps.h>
and he did not get an error that the file is not found, the framework itself, I added to the rest of the framework.