Xcode5 error using Google Admob sdk merge command with exit code 1

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) 
+4
source share
1 answer

I missed Storekit.framework. This is documented and I'm stupid.

https://developers.google.com/mobile-ads-sdk/docs/

+6
source

Source: https://habr.com/ru/post/1497140/


All Articles