Hi All,
Just looking at the Google Maps example from here. I'm using the Google Maps framework zip file from here and have also created the API key over at Google dev console(though I can't get that far anyways).
I am getting a compile time error when building the sample app like shown below. I know it has been reported in the GMaps thread as well but the solution has not been mentioned. Can someone help me resolve this?
UPDATE: I just tried it with the latest version of Google Maps framework from this link: https://github.com/CocoaPods/Specs/blob/master/Specs/GoogleMaps/1.11.1/GoogleMaps.podspec.json
This is the official, new version of the framework(1.11.1) but it still generates the above error.
Following are the environment details:
Mac OSX El Capitan 10.11.3
Xcode 7.2.1
Java: JDK 1.8.0_72
B4i Build Server: 2.3
Just looking at the Google Maps example from here. I'm using the Google Maps framework zip file from here and have also created the API key over at Google dev console(though I can't get that far anyways).
I am getting a compile time error when building the sample app like shown below. I know it has been reported in the GMaps thread as well but the solution has not been mentioned. Can someone help me resolve this?
Undefined symbols for architecture i386:
"_vImageBoxConvolve_Planar8", referenced from:
(anonymous namespace)::CreateBlurredImage(CGImage*, float, float) in GoogleMaps
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
"_vImageBoxConvolve_Planar8", referenced from:
(anonymous namespace)::CreateBlurredImage(CGImage*, float, float) in GoogleMaps
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This is the official, new version of the framework(1.11.1) but it still generates the above error.
Following are the environment details:
Mac OSX El Capitan 10.11.3
Xcode 7.2.1
Java: JDK 1.8.0_72
B4i Build Server: 2.3
Last edited: