Hello @Kamil and @kenHuang0917
I am new to Godot and I have created a game, I need Admob on iOS, when I try to compile godot with this module I get the following error:
Undefined symbols for architecture armv7:
"CFHostCreateWithName", referenced from:
l6022 in GoogleMobileAds(flat-armv7)
"CFHostStartInfoResolution", referenced from:
l6022 in GoogleMobileAds(flat-armv7)
"_CFHostGetAddressing", referenced from:
l6022 in GoogleMobileAds(flat-armv7)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am compiling as instructed in the docs:
scons p=iphone target=debug
I really need your help,
thanks.