【发布时间】:2021-08-25 18:24:22
【问题描述】:
Xcode 错误:
Undefined symbols for architecture arm64:
"_GADURequestInterstitial", referenced from:
_Externs_GADURequestInterstitial_m77D58C1021B0E1A9320F3326857B18C58380315E in GoogleMobileAds.iOS.o
(maybe you meant: _Externs_GADURequestInterstitial_m77D58C1021B0E1A9320F3326857B18C58380315E)
ld: symbol(s) not found for architecture arm64
Pod 文件:
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/CocoaPods/Specs'
platform :ios, '11.0'
target 'UnityFramework' do
pod 'Firebase/Analytics', '7.11.0'
pod 'Firebase/Core', '7.11.0'
pod 'Google-Mobile-Ads-SDK', '~> 8.2'
end
target 'Unity-iPhone' do
end
use_frameworks! :linkage => :static
我使用 Google 移动广告 Unity 插件 v6.0.0
在游戏中安装firebase插件并安装admob最新版本后,我开始遇到这个问题
我该如何解决这个问题?
【问题讨论】:
标签: ios xcode firebase unity3d admob