Getting the following error on AdMob Native ads demo:
Undefined symbols for architecture arm64: "_SKStoreProductParameterAdNetworkSourceIdentifier", referenced from: l030 in GoogleMobileAds(GADInAppStoreMonitor.o).
ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Xcode 14.0 doesn't support Google Mobile Ads SDK version > 10.3.0 so you need to use version 10.3.0
pod 'Google-Mobile-Ads-SDK', '~> 10.3.0'