While following the Googles installation procedures https://developers.google.com/mobile-ads-sdk/docs/ I canβt get the assembly because of:
Failed to execute linker command with exit code 1
I tried some basic obvious documented tips: Keep getting error messages while compiling the latest admob version in the iOS6 SDK
Also tried to get rid of a slice of armv7s from Valid Architectures. No dice. Anyone who managed to get this library installed on Xcode5 for BaseSDK: iOS 7.0?
Undefined symbols for architecture i386: "_OBJC_CLASS_$_SKStoreProductViewController", referenced from: objc-class-ref in libGoogleAdMobAds.a(GADOpener.o) "_SKStoreProductParameterITunesItemIdentifier", referenced from: -[GADOpener openInAppStore:fallbackURLString:] in libGoogleAdMobAds.a(GADOpener.o) ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)
source share