[링크] GoogleAppMeasurement requires CocoaPods version >= 1.10.2, which is not satisfied by your current version, 1.10.1.
Unity3D/iOS / 2022. 2. 16. 16:02
반응형
[링크] Cycle in dependencies between targets ... (0) | 2022.03.28 |
---|---|
[펌] Unity【iOS】「Undefined symbols for architecture arm64: _OBJC_CLASS_$_GADMediaView」오류 (0) | 2022.02.23 |
[펌] Unity shader glitches according to the Dark Mode on iOS 15 (0) | 2021.12.23 |
[Link][XCode] Unity-iPhone has Conflicting Provisioning Settings 오류 (0) | 2021.10.15 |
[Link][XCode] No signing certificate "iOS Development" found (0) | 2021.10.15 |
[결론]
GoogleMobileAds iOS SDK 7.68 이상은 Firebase 7.x 이상에서 지원합니다.
Firebase 업데이트 하세요
Unity: 2019.4.8f1
AdMob v5.4.0
Firebase v6.16.1 (Messaging & Analytics)
Target minimum iOS Version 12.0
I can't build the project. XCode error:
../Libraries/Plugins/iOS/GADUAdLoader.h:5:9: 'GoogleMobileAds/GoogleMobileAds.h' file not found
When I trying to update pods terminal throw the next error:
[!] CocoaPods could not find compatible versions for pod "GoogleAppMeasurement":
In Podfile:
Firebase/Analytics (= 6.32.2) was resolved to 6.32.2, which depends on
Firebase/Core (= 6.32.2) was resolved to 6.32.2, which depends on
FirebaseAnalytics (= 6.8.2) was resolved to 6.8.2, which depends on
GoogleAppMeasurement (= 6.8.2)
Google-Mobile-Ads-SDK (~> 7.68) was resolved to 7.68.0, which depends on
GoogleAppMeasurement (~> 7.0)
Result
CocoaPods could not find compatible versions for pod "GoogleAppMeasurement":
In Podfile:
Firebase/Analytics (= 6.32.2) was resolved to 6.32.2, which depends on
Firebase/Core (= 6.32.2) was resolved to 6.32.2, which depends on
FirebaseAnalytics (= 6.8.2) was resolved to 6.8.2, which depends on
GoogleAppMeasurement (= 6.8.2)
Google-Mobile-Ads-SDK (~> 7.68) was resolved to 7.68.0, which depends on
GoogleAppMeasurement (~> 7.0)
GoogleAppMeasurement (= 7.0)
Result
Same error
Project Podfile
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/CocoaPods/Specs'
platform :ios, '12.0'
target 'UnityFramework' do
pod 'Firebase/Analytics', '6.32.2'
pod 'Firebase/Core', '6.32.2'
pod 'Firebase/Messaging', '6.32.2'
pod 'Google-Mobile-Ads-SDK', '~> 7.68'
end
How can I resolve this problem?
Google-Mobile-Ads-SDK version 7.68 is only compatible with Firebase 7.x. If you want to use Firebase 6.x, you need to use 7.67 or earlier.
[출처] stackoverflow.com/questions/64850730/unity-firebase-admob-conflict-googleappmeasurement
SKAdNetwork IDs 리스트 XcodePostProssor (2) | 2020.12.14 |
---|---|
[펌][xcode] iPhone Not Available. Please reconnect the device / Xcode 12.2 iOS 14.2 (0) | 2020.12.08 |
[펌] iOS 14で必要な?NSUserTrackingUsageDescriptionの設定方法 (0) | 2020.11.27 |
[FAN] iOS 14+ 대응 관련 FAN SDK 6.2 적용 시 필수 구현 이슈 2가지 (6) | 2020.11.25 |
[Xcode] framework not found UserMessagingPlatform.xcframework (0) | 2020.11.11 |