pod("Google-Mobile-Ads-SDK") {
version = "9.12.0"
}
the build looks right. But when I begin to write code to import and use the library, it gives “unresolved reference” error. Looks like there are some linking issues, there should be many other libraries with similar issues, anyone know how to resolve this? thanks!