Post

Replies

Boosts

Views

Activity

Reply to Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
@12312312211312313122 thank you - this was the only thing that worked for me and I sure as hell am not installing a virtual machine just to get around Apple's shortfalls. First off, you need the last stable build of Xcode (as of writing, this is 15.4). Now, you can't run this in Sequoia because it says it's not compatible (this is a lie, and we need this version of Xcode). To run the app: Open Terminal Open Applications folder in Finder Drag the Xcode app into Terminal so it gets its path Then add this next to it: /Contents/MacOS/Xcode, so the full command will be something like /Applications/Xcode-12.5.1.app/Contents/MacOS/Xcode Press enter to run the command When you've got the build archived through Xcode 15.4 do the following: From Archives, right click the build, Show in Finder Right click, Show Package Contents Products -> Applications -> Right click "App Name", Show Package Contents Find the Info.plist and open in Xcode Change BuildMachineOSBuild value to be the latest non-beta MacOS Release, you can find it here: (https://en.wikipedia.org/wiki/MacOS_Sonoma) - e.g 23G93 Save Distribute normally With all of these steps, I was able to upload my app to review without a virtual machine, while on a beta version of Sequoia.
Aug ’24