Hi,
I have my own iMac as an build server. I try to compile the GoogleMaps example:
It is saying that the framework of GoogleMaps is not located. How do I make sure to install this and that the buildserver is seeing this package.
Thanks
I have my own iMac as an build server. I try to compile the GoogleMaps example:
B4X:
Ld Payload/B4i\ googlemaps.app/B4i\ googlemaps normal armv7
cd /Users/marceltimmermans/Documents/B4iBuild-Server/UploadedProjects/beta23
export IPHONEOS_DEPLOYMENT_TARGET=7.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk -L/Users/marceltimmermans/Documents/B4iBuild-Server/UploadedProjects/beta23/Payload -L../../Libs -F/Users/marceltimmermans/Documents/B4iBuild-Server/UploadedProjects/beta23/Payload -F../../Libs -filelist /Users/marceltimmermans/Documents/B4iBuild-Server/UploadedProjects/beta23/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/B4i\ googlemaps.LinkFileList -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=7.0 -lCore -framework Foundation -framework CoreGraphics -framework UIKit -liGoogleMaps -liLocation -framework AVFoundation -framework CoreData -framework CoreLocation -framework CoreText -framework GLKit -framework ImageIO -lc++ -licucore -lz -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -framework GoogleMaps -liDebug -Xlinker -dependency_info -Xlinker /Users/marceltimmermans/Documents/B4iBuild-Server/UploadedProjects/beta23/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/B4i\ googlemaps_dependency_info.dat -o /Users/marceltimmermans/Documents/B4iBuild-Server/UploadedProjects/beta23/Payload/B4i\ googlemaps.app/B4i\ googlemaps
ld: framework not found GoogleMaps
clang: error: linker command failed with exit code 1 (use -v to see invocation)
It is saying that the framework of GoogleMaps is not located. How do I make sure to install this and that the buildserver is seeing this package.
Thanks