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. Let us know your feedback about the Global Illumination changes in the 2023.2 beta.
    Dismiss Notice
  3. Dismiss Notice

Error support ios 64-bit

Discussion in 'Unity 5 Pre-order Beta' started by tomtc123, Jan 14, 2015.

  1. tomtc123

    tomtc123

    Joined:
    Aug 22, 2014
    Posts:
    11
    hi,everyone,
    Build and run my project with Xcode 6.1.1 and Unity 5.0.0(b19) had something error.Like this:
    error1:
    Undefined symbols for architecture arm64:

    "_System_System_Timers_Timer__CustomAttributeCache_System_System_Timers_Timer_Elapsed_EventInfo", referenced from:

    System_System_Timers_Timer_Elapsed_EventInfo in Bulk_System_3.o

    ld: symbol(s) not found for architecture arm64

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

    error 2:
    Undefined symbols for architecture armv7:

    "_System_System_Timers_Timer__CustomAttributeCache_System_System_Timers_Timer_Elapsed_EventInfo", referenced from:

    System_System_Timers_Timer_Elapsed_EventInfo in Bulk_System_3.o

    ld: symbol(s) not found for architecture armv7

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


    Someone have idea about that? Help me,Thank you
     
  2. RalphH

    RalphH

    Unity Technologies

    Joined:
    Dec 22, 2011
    Posts:
    592
    Please file a bug with us, we'll fix it asap.
     
  3. tomtc123

    tomtc123

    Joined:
    Aug 22, 2014
    Posts:
    11
    Thank you.
    When i use the version of Unity 4.6.1p3, the error is gone. How strange.