After upgrading to B4i 3.60, my projects which use Google Maps will no longer compile.
My iGoogleMaps version is 1.20 and I'm using the latest GoogleMapsExtra code from the forum.
If I try to compile to the Hosted Builder it says it compiles but nothing happens. Bridge app flashes then sits with blank screen.
Here is the last bit of the error log when trying to compile to my Local Builder v3.61...
id>/B4iProject/b4i_googlemapsextra.m -o /Users/vmmac/Desktop/b4i/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_googlemapsextra.o
/Users/vmmac/Desktop/b4i/UploadedProjects/<user id>/B4iProject/b4i_googlemapsextra.m:5:9: fatal error: 'GoogleMaps/GoogleMaps.h' file not found
#import <GoogleMaps/GoogleMaps.h>
^
1 error generated.
Error: ** BUILD FAILED **
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_googlemapsextra.o B4iProject/b4i_googlemapsextra.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
My iGoogleMaps version is 1.20 and I'm using the latest GoogleMapsExtra code from the forum.
If I try to compile to the Hosted Builder it says it compiles but nothing happens. Bridge app flashes then sits with blank screen.
Here is the last bit of the error log when trying to compile to my Local Builder v3.61...
id>/B4iProject/b4i_googlemapsextra.m -o /Users/vmmac/Desktop/b4i/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_googlemapsextra.o
/Users/vmmac/Desktop/b4i/UploadedProjects/<user id>/B4iProject/b4i_googlemapsextra.m:5:9: fatal error: 'GoogleMaps/GoogleMaps.h' file not found
#import <GoogleMaps/GoogleMaps.h>
^
1 error generated.
Error: ** BUILD FAILED **
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_googlemapsextra.o B4iProject/b4i_googlemapsextra.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)