ld: warning: Could not find or use auto-linked framework 'AVFAudio'
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_GADMediaView", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADRequest", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADNativeAdImageAdLoaderOptions", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADNativeAdViewAdOptions", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADBannerView", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADInterstitialAd", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADNativeAdView", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_kGADAdSizeMediumRectangle", referenced from:
-[ALGoogleMediationAdapter adSizeFromAdFormat:withServerParameters:] in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADMobileAds", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_kGADAdSizeLeaderboard", referenced from:
-[ALGoogleMediationAdapter adSizeFromAdFormat:withServerParameters:] in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADAdLoader", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth", referenced from:
-[ALGoogleMediationAdapter adSizeFromAdFormat:withServerParameters:] in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
+[ALGoogleMediationAdapter currentOrientationAchoredAdaptiveBannerSizeWithWidth:] in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADQueryInfo", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADExtras", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_kGADAdSizeBanner", referenced from:
-[ALGoogleMediationAdapter adSizeFromAdFormat:withServerParameters:] in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_OBJC_CLASS_$_GADRewardedAd", referenced from:
objc-class-ref in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
"_kGADAdLoaderAdTypeNative", referenced from:
-[ALGoogleMediationAdapter loadAdViewAdForParameters:adFormat:andNotify:] in AppLovinMediationGoogleAdapter(ALGoogleMediationAdapter.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
このエラーの厄介なところは、具体的にどんな対処をすればいいのかわからない点です。この部分でエラーが出ているよってことがわかればなおせますが、複数の要因により出ていると思われるエラーは修正することで泥沼にいっちゃうこともあるので慎重に対処するのが大事かなと思います。