I've been trying to setup the GoogleMobileAds SDK on Xcode for days now, with no luck.
I did follow the Please login to see this link., Please login to see this link. and admob object guides.
I did set up the other linker flags properly (-ObjC), and updated the plist file accordingly for the SDK, as shown in the quickstart Google guide.
I also included all these libraries, as explained in the admob object help guide and several other related posts in clickteam community:
cfnetwork
messages
messagesui
coretelephony
adsupport
safariservices
corevideo
coremedia
glkit
eventkit
EventkitUI
security
JavaScriptCore
And no, I didn't extract the GoogleMobileAds SDK on Windows.
I also tried doing the entire thing with Cocoapods, but ran with the same luck.
No matter what I do, I am always met with "Linker command failed with exit code 1" error.
I am trying to setup GoogleMobileAds SDK version 10.11. I read somewhere that Fusion works best with 10.2, because it's the one that has promisesObjC.framework instead of FBLPromises. Should I find and use the 10.2 version?
How do I fix this issue? What am I missing? Any help would be greatly appreciated.