skip to Main Content

I’ve old iMac with Monterey 12.7.3 on it, is it possible to install Xcode 15.2 on this?

I’ve followed this tutorial Is it possible to install Xcode 10.2 on High Sierra (10.13.6)? to change the info.plist and other changes but it still doesn’t work.

It is old iMac so I can’t update macOS on it.

2

Answers


  1. Depending on how old your computer is, you could update to MacOS 13 with the help of Open Core Legacy Patcher

    Of course running xcode 15 on osx 12 would be a better solution but I’m still looking for the answer.

    Login or Signup to reply.
  2. Use Xcode cloud.

    If your code is on Github, you can connect it with Xcode Cloud. This way, you can have it auto-build your ipa and add it to TestFlight or make it ready for the App Store, as far as I know. I use it for TestFlight but I think it’s just a matter of configuring it for App Store release.

    Currently you get 25 hours free build time per month. That should be plenty for a small team and 1 app.

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