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. Dismiss Notice

Resolved Unity 2022.2.21f1 compile successfully for iOS and Mac App under MacOS Ventura 13.4

Discussion in 'Editor & General Support' started by rickygai, May 28, 2023.

  1. rickygai

    rickygai

    Joined:
    Mar 9, 2022
    Posts:
    86
    MacOS Ventura 13.4
    Unity 2022.2.21f1
    Unity Hub 3.4.2
    XCode 14.3 (14E222b)


    After spending 1-2 days searching the internet, found solution below.

    1. Install the Unity 2022.2.21f1 HERE via the Unity Hub under MacOS Ventura 13.4 as shown below.

    image1388×689 59.3 KB

    1. When you double clicked the XCode_14.3.xip, MacOS will “unzip” into Xcode.app folder.
    2. Copy Xcode.app into \Applications folder, be patient to wait until it finished copying.
    3. Open terminal and type sudo xcode-select --switch /Applications/Xcode.app
    4. This will ensure Unity 2022.2.21f1 compile iOS build successfully otherwise Burst compiler resulting in error: “Burst.Compiler.IL.Aot.AotLinkerException: Failed to determine iphoneos sdk installation path”.
    5. Now, you are able to compile iOS and Mac application without console error.
    6. DONE.
    I gave up Unity 2021.3.26f1 under MacOS Ventura as it just won’t work.

    Hopes, this help.
     
    Last edited: May 28, 2023
    Kurt-Dekker likes this.