Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Support for ARC

Discussion in 'iOS and tvOS' started by Randy-Edmonds, Jan 19, 2012.

  1. Randy-Edmonds

    Randy-Edmonds

    Joined:
    Oct 10, 2005
    Posts:
    1,122
    I'd really like if the generated Xcode project could be an ARC project.

    I managed to get Xcode's "Convert to Objective-C Arc.." refactor to successfully convert to an ARC project (I had to do a few code changes). But then the build failed:

    Undefined symbols for architecture armv7:
    "__Z22OpenEAGL_UnityCallbackPP8UIWindowPiS2_S2_", referenced from:
    __Z28CreateUniversalGLESGfxDevicev in libiPhone-lib.a(LibEntryPoint.o)
    ld: symbol(s) not found for architecture armv7
    clang: error: linker command failed with exit code 1 (use -v to see invocation)