You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2021. It is now read-only.
Called from extension.admob.AdMob.initAdMob (extension/admob/AdMob.hx line 19)
Called from ads.AdsWrapper.init (ads/AdsWrapper.hx line 47)
Called from state.play.PlayState.create (state/play/PlayState.hx line 59)
... [stacktrace continue] ...
Null Function Pointer
libc++abi.dylib: terminating with uncaught exception of type Dynamic
(lldb)
I think I do not link the compiled lib correctly.
What I do is add all the content of the ndll/iPhone dir into Xcode -> Build Phases -> Link binary With Libraries.
I add all the content because I do not know what to add.
Info on here https://lib.haxe.org/p/samcodes-admob/ talks about a libAdMobAds.a file that I am not able to find.
I tried with haxelib 1.0.9 version and the git version.
On android works fine (even though I am not able to run correctly adMob together with Chartboost).
The text was updated successfully, but these errors were encountered:
The app crashes immediately after initAdMob call
I think I do not link the compiled lib correctly.
What I do is add all the content of the ndll/iPhone dir into Xcode -> Build Phases -> Link binary With Libraries.
I add all the content because I do not know what to add.
Info on here https://lib.haxe.org/p/samcodes-admob/ talks about a
libAdMobAds.a
file that I am not able to find.I tried with haxelib 1.0.9 version and the git version.
On android works fine (even though I am not able to run correctly adMob together with Chartboost).
The text was updated successfully, but these errors were encountered: