I have included the Google AdMob SDK in the working application for iPhone. I get 12 errors that start with "Apple Mach-O (Id) Linker Error". The text of the error messages usually refers to the low-level object of the C object, which is called from the google library. For instance:
Undefined characters for the i386 architecture: "_NSInMemoryStoreType" referenced: anon in libGoogleAnalytics.a (GAIDataStore.o) + [GAIDataStore memoryContextWithModel: withError:] in libGoogleAnalytics_debug.a (GAIDataStoreo)
I thought that I could not connect the necessary structure, but everything seems to be in order. I followed the instructions https://developers.google.com/mobile-ads-sdk/docs/ , and the linked libraries tab looks like this:

If I'm wrong, it includes the framework that AdMob needs. Any suggestions that were highly appreciated.
source share