skip to Main Content

Is there a way to run xcode 14 on macOS Sonoma? I accidentally upgraded the system and cannot publish the official project

2

Answers


  1. You could run old Xcode via Terminal command:

    /Applications/Xcode_14.app/Contents/MacOS/Xcode
    

    This will bypass macOS limitation.

    Login or Signup to reply.
  2. This problem is similar to what was encountered last year when attempting to use Xcode 13 on macOS Ventura. Please check this answer to resolve the issue. As mentioned you can directly launch it from the finder or terminal you need to select the Xcode app that you want to use and then:

    Right-click on the app and click on Show Package Contents > Open
    Contents
    > Open MacOS > and launch Xcode.

    Or you can also use a single-run script to fix the problem which is mentioned in this answer

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search