Getting linker error?

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.

    • Related Articles

    • Recieving: COMUNICATION_ERROR?

      In most cases this means that publisher app bundle ID (other name: “package name”) does not match publisher app key. Other (theoretically) possible reasons: no internet connection, or error sending request to appmediation server.
    • 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.
    • 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 ...
    • 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 ...
    • Duplicate library or class?

      In some cases you might end up having same library attached more then once. It might even have different name, different version and file format (.aar/.jar) but still cause this error. Also it might be attached as physical file inside the project and ...