Software⏱️ 2 min read📅 2026-06-03

How to Fix: Xcode is not currently available from the Software Update server

Xcode not available from Software Update server after OS X 10.9 update.

Quick Answer: Try reinstalling the Command Line Tools or installing Xcode from the Mac App Store.

The issue of Xcode not being available from the Software Update server is a common problem that can occur after an OS update. This problem can be caused by various factors, including an outdated or corrupted installation of the Command Line Tools.

🛠️ Step-by-Step Verified Fixes

Method 1: Reinstalling Command Line Tools

  1. Step 1: Open the Terminal app and run the command sudo rm -rf /Library/Developer/CommandLineTools to remove the existing installation.

Method 2: Installing Xcode through the App Store

  1. Step 1: Open the App Store and search for "Xcode".

Method 3: Manually downloading Xcode from Apple's Developer Website

  1. Step 1: Go to Apple's Developer Website and download the Xcode installer.

💡 Conclusion

By following these steps, you should be able to resolve the issue of Xcode not being available from the Software Update server and get your MacPort up and running smoothly again.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions