You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
You need to add this line inside your podfile: install! 'cocoapods', :deterministic_uuids => false
Like this:
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
install! 'cocoapods', :deterministic_uuids => false
target 'YourProjectName' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for YourProjectName
pod 'Firebase/Core'
pod 'Firebase/Analytics'
pod 'Firebase/AdMob'
pod 'Google-Mobile-Ads-SDK'
pod 'PersonalizedAdConsent'
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = ‘5.0’
end
end
end
end
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello everyone!
I am having a problem when importing the
PersonalizedAdConsent
module. I am following the documentation given on here https://developers.google.com/admob/ios/eu-consent.Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: