Search Unity

__Z14UnityGetGLViewv linker error

Discussion in 'Editor & General Support' started by srev, Jun 21, 2012.

  1. srev

    srev

    Joined:
    Dec 1, 2010
    Posts:
    12
    Hi,

    I'm trying to compile from Xcode and get this linker error with a project generated with Unity 3.5.2f2 on the Mac:

    Undefined symbols for architecture armv7:
    "__Z14UnityGetGLViewv", referenced from:
    -[iPhoneADBannerViewDelegate bannerViewDidLoadAd:] in libiPhone-lib.a(iAd.o)
    __ZN6iphone20OnProcessTouchEventsEP5NSSetS1_ in libiPhone-lib.a(iPhoneInputImpl.o)
    __Z20ShowOnScreenKeyboardmbbbbRKSs in libiPhone-lib.a(iPhoneKeyboard.o)
    -[KeyboardDelegate keyboardDidChangeFrame:] in libiPhone-lib.a(iPhoneKeyboard.o)
    -[MoviePlayerContext moviePreloadDidFinish:] in libiPhone-lib.a(iPhoneVideo.o)
    ld: symbol(s) not found for architecture armv7
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    Can anyone suggest a fix, or is there a way to download an older version of Unity (the same project previously published fine from 3.5.1)?

    Many thanks,

    Simon
     
  2. SebastianVargas

    SebastianVargas

    Joined:
    Jun 29, 2009
    Posts:
    18
  3. SebastianVargas

    SebastianVargas

    Joined:
    Jun 29, 2009
    Posts:
    18
    I update to 3.5.3 RC1 and is working now
     
  4. srev

    srev

    Joined:
    Dec 1, 2010
    Posts:
    12
    Thanks for your help Joropo. Where can I get my hands on 3.5.3 RC1? It sounds like that would be the best route as I tried the other fixes and couldn't get them to work.

    Thanks,

    Simon