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. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

liker match-o error

Discussion in 'iOS and tvOS' started by nepomuko, Dec 14, 2015.

  1. nepomuko

    nepomuko

    Joined:
    Mar 17, 2014
    Posts:
    24
    does anyone know how to fix this? Scripting backend is set to IL2CPP. im using the newest unit version and xcode 7.2

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(RakMemoryOverride.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(RakNetStatistics.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(RakSleep.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(RakNetTypes.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(DS_Table.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(TableSerializer.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(RakNetworkFactory.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(NatPunchthroughClient.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(LightweightDatabaseClient.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(NatTypeDetectionClient.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(GetTime.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: warning: object file (/Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(BitStream.o)) was built for newer iOS version (9.1) than being linked (8.0)

    ld: in /Users/lukasb/Desktop/ts_final_33_sim/Libraries/libiPhone-lib.a(apihandle.o), building for iOS simulator, but linking in object file built for OSX, for architecture x86_64

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

    povilas

    Unity Technologies

    Joined:
    Jan 28, 2014
    Posts:
    427
    This is a known issue, the fix should land in the next patch release.
     
  3. nazgul

    nazgul

    Joined:
    Oct 24, 2011
    Posts:
    10
    Hi,

    I came up with this issue.
    Unity 5.2.4, Xcode 7.2.1.

    Any updates regarding the issue?