Launch error: Unrecognized selector sent to class

Hello,

I got the following launch error, do you know what might cause that?

/Volumes/SSD/gh-moe-master-1.2.4/moe/natj/natj/src/main/native/natj/ObjCRuntime.mm:1481 (null)2016-11-02 09:31:10.909 Hammerize[5283:43519] +[NSObject configureWithApplicationID:]: unrecognized selector sent to class 0xc57de58
org.moe.natj.objc.ObjCException: +[NSObject configureWithApplicationID:]: unrecognized selector sent to class 0xc57de58
at apple.uikit.c.UIKit.UIApplicationMain(Native Method)
at com.hmack.hammerize.IOSMoeLauncher.main(IOSMoeLauncher.java:50)

BUILD SUCCESSFUL

Dear Marius,

is GoogleMobileAds framework linked correctly? configureWithApplicationID: method seems to originate from there. The fact that it is being called on NSObject instead of GADMobileAds means the NatJ runtime failed to load the GADMobileAds class. Most probable reason for this is the framework not being linked correctly.

Yes of course, that’s it. Thanks