Getting unrecognized selector sent to instance?

Getting unrecognized selector sent to instance?

It says libc++abi.dylib: terminating with uncaught exception of type NSException..

Please check your application target’s Build Settings > Other Linker Flags, if it is empty, you should add -ObjC flag there.

    • Related Articles

    • Getting linker error?

      It says “_OBJC_CLASS_$_CLASSNAME”, referenced from. This error means that a linked library is missing, usually prefix of class name tells you which library it is but if you can’t see it better to check required libraries list.
    • Manifest merge failed

      Normally it is strange if this error happened. Potential causes might be when some strange project or some strange libraries/modules setup is done. Manifest merge errors happen usually in Unity but sometimes even in AndroidStudio. Example of such ...
    • My project compiled successfully but why I see no ads?

      Unity only - First thing to check if test is on real device or emulator or using Unity preview and if its on Unity preview then we do not support Unity studio preview mode so its expected.  Both Unity and Android Studio. Please check Android device ...
    • Can I set more then one banner on the same screen?

      No, At the moment only one banner per screen (more precise: per Activity) is allowed.
    • Every time I close an ad a new one appears?

      The reason for this was incorrect implementation. You left appmediation auto load feature enabled (it loads new ad when old one is closed) and set ads to be displayed right away once they are ready. Solution: How to use auto load feature? ...