Closed tracer8 closed 8 months ago
Hi @tracer8,
Two things here:
Google-Mobile-Ads-SDK (= 11.1.0)
and Google-Mobile-Ads-SDK (~> 10.9)
which are in conflict. ~> 10.9
means it cannot use version 11.0
or higher. You can fix this conflict by downgrading your Google adapter version or upgrading/removing the ~> 10.9
GMA SDK dependencyHi @tracer8,
Two things here:
- Google SDK 11.0+ requires minimum iOS version 12.0, as noted in our changelog here
- Your Podfile includes
Google-Mobile-Ads-SDK (= 11.1.0)
andGoogle-Mobile-Ads-SDK (~> 10.9)
which are in conflict.~> 10.9
means it cannot use version11.0
or higher. You can fix this conflict by downgrading your Google adapter version or upgrading/removing the~> 10.9
GMA SDK dependency
Thank you, i have resolved this issue!
Hi @tracer8 , could you please tell me how you fixed this issue? My minimum iOS version is 12.0. If you downgraded your Google adapter version, how did you do that?
You can find dependency xml file of Google Ads, then edit its version.
On Tue, Mar 19, 2024 at 1:20 PM Muhammad Hasan Sajjad < @.***> wrote:
Hi @tracer8 https://github.com/tracer8 , could you please tell me how you fixed this issue? My minimum iOS version is 12.0. If you downgraded your Google adapter version, how did you do that?
— Reply to this email directly, view it on GitHub https://github.com/AppLovin/AppLovin-MAX-Unity-Plugin/issues/344#issuecomment-2005885207, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADX7J7MNDDTUQVRP5KR2V3DYY7KLDAVCNFSM6AAAAABEUHEOMKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBVHA4DKMRQG4 . You are receiving this because you were mentioned.Message ID: @.***>
Thank you @tracer8
MAX Plugin Version
12.3.0
Unity Version
2020.3.42f1 Minium Target IOS: 11.0
Device/Platform Info
No
Current Behavior
I got this error when build with lastest version of MAX SDK. I already upgrade all adapters to lastest version:
After increase minium version IOS to 12.0, this error happen:
Expected Behavior
No response
How to Reproduce
Additional Info
No response