Xcode Cloud Now Available to All Apple Developers - MacRumors
Skip to Content

Xcode Cloud Now Available to All Apple Developers

As part of WWDC 2022 this week, Apple announced that Xcode Cloud is now available for all registered Apple developers after nearly a year of beta testing.

Xcode Cloud on macOS Ventura
Xcode Cloud is a continuous integration and delivery service built into the Xcode app. Apple says the service is built to "accelerate the development and delivery of high-quality apps by bringing together cloud-based tools that help you build apps, run automated tests in parallel, deliver apps to testers, and view and manage user feedback."

Xcode Cloud is available in Xcode version 13.4.1 and in the Xcode version 14 beta, and it is also built into App Store Connect and works with TestFlight.

Starting this summer, Apple says developers will be able to subscribe to one of four monthly plans for Xcode Cloud, depending on the number of compute hours you need. Pricing starts at $14.99 for 25 compute hours per month, but Apple says all Developer Program members will receive the 25-hour subscription plan at no cost until the end of 2023.

More details are available on the Xcode Cloud page on Apple's website.

Tag: Xcode

Popular Stories

MacBook Pro Low Angle Wide Lens

Apple to Launch 'MacBook Ultra' With These Six New Features

Friday April 24, 2026 10:32 am PDT by
While the 14-inch and 16-inch MacBook Pro were just updated with M5 Pro and M5 Max chips last month, bigger changes are reportedly around the corner. According to Bloomberg's Mark Gurman, the higher-end MacBook Pro models will be receiving a major redesign by early 2027, and he said that Apple might use "MacBook Ultra" branding for them. If so, the MacBook Ultra would likely be a...
Apple TV Thumb 3

Here's What's Coming in the 2026 Apple TV

Thursday April 23, 2026 12:08 pm PDT by
There are a lot of folks waiting for a new version of the Apple TV because the set-top box hasn't been updated since 2022. There is an update coming this year, but people will need to wait a bit longer because Apple is holding the next Apple TV until the new version of Siri comes out this fall. Design Apple TV design updates don't happen often, and that's not changing in 2026. The next...
Apple Maps General

Tim Cook Calls Apple Maps Launch His 'First Really Big Mistake' as CEO

Thursday April 23, 2026 5:29 am PDT by
Outgoing Apple CEO Tim Cook has named the botched 2012 launch of Apple Maps as his "first really big mistake" in the role, according to a Bloomberg report covering the town hall meeting that was held Tuesday with his recently announced successor, John Ternus. The Maps app launched with mislabeled landmarks, faulty directions, and a user experience that fell well short of Google Maps at the...

Top Rated Comments

51 months ago
As a dev for quite some time I can tell you that I don't want my source code dependent or located on some 3rd party computer that I have no control over.

All of Apple's cloud services to date consider the cloud version as the definitive master. This is bad for pictures, but devastating bad for source code because of the work effort put into creating source code.

What happens if Apple decides that my code is somehow not up to their approval, will my code just get binned, or will I get banned like other Silicon Valley firms do? What if I post something that is not to Apple's liking, will I get banned for that? What if I like music that is not carried on Apple Music? Will I get banned for that?

My homes have had Insteon Smart devices since they started in 2005. The company filed for bankruptcy recently, and immediately shut down their cloud services. No warning, nothing. Fortunately, I did not use their cloud services, but many did and their smart home stopped working with no way to retrieve their smart settings.

We have no SLA for Apple's cloud services and that means they are dangerous and unpredictable until Apple commits to some acceptable behavior in an SLA (Service Level Agreement).

I don't want to give Apple the indication that cloud development is a workable solution, because if we do then eventually that is all that will be available. It is the same reason that I will never use Adobe products again. We have the opportunity to shape the future and just climbing aboard the next new thing because it is shinny and new without thinking about how it will play out in the future is just not wise.
Score: 8 Votes (Like | Disagree)
jonblatho Avatar
51 months ago

Not sure about the others - but with GitHub actions for Monterey is still in beta a year after Monterey was released to developers.

Which means it's pretty much useless for anyone who needs to work with current APIs. Ventura was released to developers today on Xcode Cloud - when will it be available on GitHub? And available for proper use not as a beta? In two years maybe?

GitHub's pricing is also ridiculously high for MacOS actions - 8 cents per minute which could easily be $5 per day. Apple charges $15/month for the same amount of time on the server.

Also I wouldn't be surprised if it's aorse than that because GitHub only gives you 3 CPU cores. And they are probably Intel cores not Apple Silicon ones. I've never used it - but that sounds really slow to me and I'd rather run tests on my laptop. It would be faster. But more to the point a test suite that runs in seconds on Xcode Cloud likely takes minutes on GitHub - and they bill by the minute.

Finally it might get the job done but nowhere near as well - for example when a test fails in Xcode Cloud it will tell you right there in the IDE with an error message in the actual source code for your test. With GitHub you have to view the failure in your web browser. That's just one example - there are others.
I pointed out that it was a choice, not necessarily the best choice, for those who think Apple's out to get their source code or whatever. (It's my view that the ones who incorrectly think Xcode Cloud is meant to, in any way, replace Xcode itself for development work aren't going to be convinced because they either fundamentally misunderstand what Xcode Cloud is or are otherwise completely detached from reality.)

As for GitHub Actions not having macOS Monterey runners out of beta yet, that's not a big deal because the Big Sur runners include Xcode 13, so you can build with the current SDKs.
Score: 2 Votes (Like | Disagree)
Stella Avatar
51 months ago

As a dev (not iOS) I can’t tell you how great a tool like this is. I’m tired of having to download desktop apps to build/compile/deploy code. Web based solutions make it a lot easier to get up and running and require a way less capable workstation.
You still need to download and run XCode on your local machine. You still need to compile, build and test on your local machine, otherwise you'd be eating through 'cloud' time that costs $$$ fixing silly mistakes.

It's a cloud based CI/CD service that integrates with your local XCode.

It's a similar service to what Gitlab, GitHub offers ( which you as a non iOS developer can use today, for free ( with conditions ) ).
Score: 2 Votes (Like | Disagree)
51 months ago

You can do most things that Xcode Cloud does using GitHub Actions or GitLab CI if you prefer, or with a number of third-party CI/CD services that offer Mac runners. That’s what the person is presumably getting at — not source code repositories.
And yet 'Git' is a principle element of each of those companies names. It said there was overlap. But there are also numerous responses in this thread of folks claiming that apple is out to steal their source code and it is a plot to capture the whole development process onto Apple servers. Saying "Git-foo" "Git-bar" "Git-baz" isn't going to lower that much going forward.

Those services both have Git at their core, that is why it is in the company name. Apple is not touching that all. That is a substantial difference. And the free (beer) parts of GitHub there is even less overlap.
Score: 1 Votes (Like | Disagree)
Stella Avatar
51 months ago

You can do most things that Xcode Cloud does using GitHub Actions or GitLab CI if you prefer, or with a number of third-party CI/CD services that offer Mac runners. That’s what the person is presumably getting at — not source code repositories.
Exactly.

It's pretty obvious that XCode Cloud is geared towards Mac and iOS development only and this gives the opportunity for deeper IDE and AppStore integration. GitHub / Lab are of course, far more generic.
Score: 1 Votes (Like | Disagree)
jonblatho Avatar
51 months ago

There is some overlap, but also definitely some large non-intersections in the services provide. It is more of a general class they share than a very high degree of overlap. Generally, you need a Gitlab , GitHub repository to make XCode Cloud work. They are coupled at least as much as they are similar.
You can do most things that Xcode Cloud does using GitHub Actions or GitLab CI if you prefer, or with a number of third-party CI/CD services that offer Mac runners. That’s what the person is presumably getting at — not source code repositories.
Score: 1 Votes (Like | Disagree)