When following Googles installation procedures https://developers.google.com/mobile-ads-sdk/docs/ I am unable to get a build due to:
linker command failed with exit code 1
I've tried some basic obvious documented tips of yor: Keep getting error messages when compiling newest version of admob on IOS6 SDK
Also tried getting rid of armv7s slice out of Valid Architectures. No dice. Anyone having any success getting 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)