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

macOS IL2CPP build with Xcode 10

Discussion in 'macOS' started by Adrian, Oct 1, 2018.

  1. Adrian

    Adrian

    Joined:
    Apr 5, 2008
    Posts:
    1,061
    I'm trying to make a macOS IL2CPP build on Mojave with Xcode 10 and Unity 2018.2.10

    I'm getting this error, indicating that Unity has not yet been updated for Xcode 10 with the 10.14 SDK:
    I tried creating a symlink from the 10.13 to the 10.14 SDK but then I get this error:
    Seems Unity is still using the old stdlibc++, which has been removed in the 10.14 SDK.

    Is there an ETA for getting macOS IL2CPP to work again with Xcode 10?

    (I also tried with 2018.3.0b3 and get the same error. I finally downloaded the old 10.13 SDK and copied into Xcode to work around this.)
     
    Leopotam, andyman404 and JoeStrout like this.
  2. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,920
    Yes, we've have these changes in the release pipeline now. What the release notes, as a fix for this should be landing soon in all releases.
     
    andyman404 likes this.
  3. jkampitakis

    jkampitakis

    Joined:
    Dec 27, 2015
    Posts:
    56
    Same error here...
     
  4. odysoftware

    odysoftware

    Joined:
    Jul 21, 2015
    Posts:
    84
    Looks like it didn't make it into build 2018.2.11 today - still same error?
     
  5. jkampitakis

    jkampitakis

    Joined:
    Dec 27, 2015
    Posts:
    56
    We reverted back to Xcode 9.4.1 in order to build our game for MacOS
     
  6. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,920
    Unfortunately we did not make the 2018.2.11 release. The fix will be in 2018.2.12.
     
    odysoftware likes this.
  7. jkampitakis

    jkampitakis

    Joined:
    Dec 27, 2015
    Posts:
    56
    ok, thank you.
     
  8. wility_wangliang

    wility_wangliang

    Joined:
    Oct 16, 2018
    Posts:
    2
    today i upgrade my unity to 2018.2.12f1. but i still got this error. can you give me a hand to solve it,thanks.
     
  9. wility_wangliang

    wility_wangliang

    Joined:
    Oct 16, 2018
    Posts:
    2
    [Q
    i try again then build and compiler success,it is solved.thank you.