Hi.
I've integrated the Vungle SDK into my Xcode project, and I used the official documentation to do this.
However, I keep getting an error when I try to run my app:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_VungleSDK", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've been trying to solve this, but I can't find anything. If anybody has an answer, I will highly appreciate it. Thanks.