我集成了 FB 受众网络,当我运行应用程序时它崩溃了,我得到了这个异常:
Terminating app due to uncaught exception 'FBFinalClassViolationException', reason: 'FBAdViewControllerProxy is a final class and cannot be subclassed. FBAdViewControllerProxy'
terminating with uncaught exception of type NSException
CoreSimulator 732.18.6 - Device: iPhone 11
当我切换到 Android 并尝试将 Podfile 编辑为:
target 'UnityFramework' do
pod 'FBAudienceNetwork', '~> 6.2.0'
end
我什至删除了 Podfile 中的所有内容并构建然后清理,但它似乎没有任何效果。也许我错过了一些东西,有人可以帮忙吗?