kloder-games / godot-admob

Module Admob for Godot engine
MIT License
362 stars 62 forks source link

New Framework may be needed #146

Closed dala00 closed 3 years ago

dala00 commented 3 years ago

OS target (Android/iOS): iOS

Godot version: 3.2.2

Issue description:

Just information. Updating README may be needed.

When I used Google Mobile Ads SDK7.65.0, following error occurred.

ld: warning: Could not find or use auto-linked framework 'FBLPromises'
"_OBJC_CLASS_$_JSContext", referenced from:

After adding JavaScriptCore.framework, resolved.

https://community.clickteam.com/threads/107875-Could-not-find-or-use-auto-linked-framework-FBLPromises

gumaciel commented 3 years ago

Thanks for your collaboration, just need to include this framework and will works?

dala00 commented 3 years ago

Errors difficult to solve was only that.

On 7.65.0, UserMessagingPlatform.framework also exists. I don't know if this should be included, but I'm now including. (I'm not trying without this yet)

gumaciel commented 3 years ago

Thanks, i will update the Readme, if theres something more to update please tell here