Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Unity IOS Admob Error

Discussion in 'iOS and tvOS' started by Hiten Dodiya, Oct 27, 2014.

  1. Hiten Dodiya

    Hiten Dodiya

    Joined:
    Sep 12, 2014
    Posts:
    7
    Undefined symbols for architecture armv7:

    "_isIpadAdMob_", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_video_is_available", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_start_app", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_show_interstitial", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_installAdMobIOS_", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_show_video", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_incentivized_set_user_identifier", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_hide_video", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_hide_interstitial", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_show_incentivized", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_incentivized_is_available", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_fetch_video", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_hide_incentivized", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hideAdIOS_", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_fetch_interstitial", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_refreshAdIOS_", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_interstitial_is_available", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_showAdIOS_", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_releaseAdMobIOS_", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_hz_ads_fetch_incentivized", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    "_addTestDeviceIDIOS_", referenced from:

    RegisterMonoModules() in RegisterMonoModules.o

    ld: symbol(s) not found for architecture armv7

    clang: error: linker command failed with exit code 1 (use -v to see invocation)
     
  2. Hiten Dodiya

    Hiten Dodiya

    Joined:
    Sep 12, 2014
    Posts:
    7
    anyone help me..!!
     
  3. lorenalexm

    lorenalexm

    Joined:
    Dec 14, 2012
    Posts:
    307
    Firstly, bumping your own thread within a minute is quite uncalled for.

    Secondly, wrong forum, should be under Support or possibly iOS.

    Finally with regards towards the errors you're receiving, what system are you using for AdMob (Prime[31], Official Google Ads, another 3rd party)? If you've never implemented AdMob before, there is a YouTube video that will walk you through it, and even provides a sample on their GitHub page.
     
  4. FreebordMAD

    FreebordMAD

    Joined:
    Mar 15, 2013
    Posts:
    633
    Looks like you have those methods like "_isIpadAdMob_" somewhere in Unity code, but the library or implementation cannot be found in your xCode project. You have bumped my thread with my implementation proposal, have you tried what I have posted?
    edit: by the way you have bumped a very old thread of mine, the current AdMob iOS implementation that I have posted is here
     
  5. Hiten Dodiya

    Hiten Dodiya

    Joined:
    Sep 12, 2014
    Posts:
    7
    Hello Lorenalexm

    i am using Unity Official GOogle Ads Admob for Unity IOS

    x code 5.1