Member-only story
If you’ve upgraded to macOS Sonoma and found that Xcode 15.0.1 won’t launch, here’s a quick fix.
The Issue
When opening Xcode 15.0.1 on macOS Sonoma, you might see:
This is problematic for developers maintaining projects not yet compatible with Xcode 16.
The Solution
To get Xcode 15 running:
- Open Terminal: Go to
Applications
>Utilities
>Terminal
. - Launch Xcode Manually: Type the command:
open /Applications/Xcode-15.0.1.app/Contents/MacOS/Xcode
Adjust the path if your Xcode app is named differently.
That’s it! Xcode 15 should now run on your macOS Sonoma system.