A2oz

How Do I Opt Out of Xcode Cloud?

Published in Software Development 1 min read

You can opt out of Xcode Cloud by following these steps:

  1. Open Xcode: Launch Xcode on your Mac.
  2. Navigate to Account Settings: Click on "Xcode" in the menu bar, then select "Preferences."
  3. Select Accounts Tab: Click on the "Accounts" tab.
  4. Choose Your Apple ID: Select the Apple ID associated with your Xcode Cloud subscription.
  5. Disable Xcode Cloud: Uncheck the box next to "Xcode Cloud."

Important Note: Once you opt out of Xcode Cloud, you will no longer have access to its features. You may need to manually manage your build processes and CI/CD workflows.

Related Articles