iOS Question hosted compiler error library -lGoogleAdMobAds

vikingivesterled

Active Member
Licensed User
Longtime User
I am now getting a linker command failer error when remote compiling in b4i.
Compiled nearly the same program last week without problems (Did no ad changes, only added an Appstore restore button)
Have done some Android sdk manager updates for b4a on the development pc in the meantime,
but it seems this is a server problem on the Anywhere Software build server. I believe the library referenced goes onto the mac that does the actual compiling. At least that is what another thread on the forum says.


Error message below (******* out what is my build server userid):

Sending data to remote compiler. Error
I
I
loads of details
I
I
Ld Payload/WannaGreet.app/WannaGreet normal armv7
cd /Users/administrator/Documents/UploadedProjects/*******
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/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
/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.0.sdk -L/Users/administrator/Documents/UploadedProjects/*******/Payload -L../../Libs -F/Users/administrator/Documents/UploadedProjects/*******/Payload -F../../Libs -filelist /Users/administrator/Documents/UploadedProjects/*******/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/WannaGreet.LinkFileList -ObjC -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=7.0 -lCore -framework Foundation -framework CoreGraphics -framework UIKit -liAdMob -liHttp -liMedia -liPhone -liStore -liStringUtils -liAd -framework AVFoundation -framework AudioToolbox -framework AdSupport -framework CoreGraphics -framework CoreTelephony -framework EventKit -framework EventKitUI -framework MessageUI -framework StoreKit -framework SystemConfiguration -lGoogleAdMobAds -framework CoreMotion -framework iAd -liDebug -Xlinker -dependency_info -Xlinker /Users/administrator/Documents/UploadedProjects/*******/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/WannaGreet_dependency_info.dat -o /Users/administrator/Documents/UploadedProjects/*******/Payload/WannaGreet.app/WannaGreet
ld: library not found for -lGoogleAdMobAds
clang: error: linker command failed with exit code 1 (use -v to see invocation)


Error: ** BUILD FAILED **


The following build commands failed:
Ld Payload/WannaGreet.app/WannaGreet normal armv7
(1 failure)
 
Top