Hello. A receive error when run task linkPodReleas...
# multiplatform
н
Hello. A receive error when run task linkPodReleaseFrameworkIosArm64
Copy code
Undefined symbols for architecture arm64:
  "_CLLocationCoordinate2DMake"
It is used in included pod
YandexMobileMetrica
If CLLocationCoordinate2DMake used directly in code, the other error is appear ( other class ) How can i solve this error ? Is i need to declare dependencies for Core libraries somethere in my gradle file ?
p
Undefined symbols is basically that, the symbols are not found because some library visibility issue. Can you post the logs, or a link to the repo, many people check this from their phone and I don't feel comfortable downloading an unknown file.
н