Xcode 13.4.1 Ventura Fix ✦
Ventura introduced a revamped System Settings and updated window management. Running an app built for Monterey (Xcode 13) on Ventura can result in visual oddities.
: Note that Apple generally does not accept App Store submissions built with an unsupported Xcode version running on a newer OS xcode 13.4.1 ventura
Do not use the App Store. Instead, use the Apple Developer Downloads portal . You can search for "Xcode 13.4.1" and download the .xip file directly. This method bypasses the App Store’s strict OS version checks. Ventura introduced a revamped System Settings and updated
Because Ventura is a newer operating system than the IDE’s target OS, Apple does not officially "certify" Xcode 13.4.1 for Ventura. However, unlike Windows, macOS maintains robust backward compatibility layers. Instead, use the Apple Developer Downloads portal
Find the LSMinimumSystemVersion key and change its value to a version compatible with your current macOS (e.g., "13.0.0").
If you don't already have the installer, you can still download older versions directly from the Apple Developer Downloads page to automate the Info.plist modification? Run Xcode 13.x on macOS Ventura? | Apple Developer Forums