0

I am doing build a game on Unity this ok. I ran a xcode project but i got an error like this

clang: error: linker command failed with exit code 1 (use -v to see invocation)

_GADUCreateAdLoader in GADUInterface.o ld: symbol(s) not found for architecture arm64

  • Possible duplicate of [What is an undefined reference/unresolved external symbol error and how do I fix it?](https://stackoverflow.com/questions/12573816/what-is-an-undefined-reference-unresolved-external-symbol-error-and-how-do-i-fix) – Mike Kinghan May 11 '19 at 06:53

1 Answers1

0

You'll have to add several frameworks. By the name, Import GoogleMobileAds.framework and rebuild.

Let me know if it helps.