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

apple oct 2024 mac tease

Apple Expected to Announce These Two to Three Products 'This Week'

Sunday October 12, 2025 7:05 am PDT by
Apple plans to announce new products "this week," according to Bloomberg's Mark Gurman. Apple's "Mac Your Calendars" teaser last October In his Power On newsletter today, Gurman said the products set to be updated this week include the iPad Pro, Vision Pro, and "likely" the base 14-inch MacBook Pro, with all three likely to receive a spec bump with Apple's next-generation M5 chip. Gurman...
iOS 26 Feature

Apple Preparing iOS 26.0.2 Update for iPhones

Saturday October 11, 2025 6:59 pm PDT by
Apple's software engineers are internally testing iOS 26.0.2, according to MacRumors logs, which have been a reliable indicator of upcoming iOS versions. iOS 26.0.2 will likely be a minor update that addresses bugs and/or security vulnerabilities, but we do not know any specific details yet. The update will likely be released within the next few weeks. Last month, Apple released iOS...
Apple TV Plus Feature 2 Magenta and Blue

Apple TV+ Being Rebranded as Apple TV

Monday October 13, 2025 8:25 am PDT by
Buried in its announcement about "F1: The Movie" making its streaming debut on December 12, Apple has also announced that Apple TV+ is being rebranded as simply Apple TV. A single line near the end of the press release states "Apple TV+ is now simply Apple TV, with a vibrant new identity," though Apple's website has yet to be updated with any changes, so we're unsure on the details of the...
iPhone 17 Pro Colors

iPhone 18 Pro Already Rumored to Have These 6 New Features

Saturday October 11, 2025 10:10 am PDT by
While the iPhone 18 Pro and iPhone 18 Pro Max are still nearly a year away, a handful of new features and changes have already been rumored for the devices. Below, we have recapped some of the early iPhone 18 Pro rumors so far. Smaller Dynamic Island The standard iPhone 18, iPhone 18 Pro, and iPhone 18 Pro Max will be equipped with a slightly smaller Dynamic Island, but the devices will...
10

Apple to Launch New Products Starting Next Week, Claims Dubious Leak [Updated]

Friday October 10, 2025 5:57 am PDT by
Update: the Naver account appears to be referencing a speculative post on X by Vadim Yuryev, dated October 6. The original article follows. Apple will announce new products through a series of press releases beginning as soon as next week, according to a dubious claim posted on the Korean blog Naver. The Naver blog account yeux1122, which aggregates rather than originates Apple...
All AirPods 2025

Apple Reportedly Working on New AirPods Pro, AirPods 5, and H3 Chip

Sunday October 12, 2025 9:24 am PDT by
After releasing AirPods Pro 3 last month, Apple is already working on the next AirPods Pro, according to Bloomberg's Mark Gurman. It is unclear if the new AirPods Pro would be branded as AirPods Pro 4, or if they would be considered an updated version of AirPods Pro 3. Gurman did not take a position, opting to describe them as a "new version" of the "high-end in-ear buds." AirPods Pro 2...
Meta Ray Ban Glasses

Apple's Smart Glasses With In-Lens Display May Feature Two Modes

Sunday October 12, 2025 9:43 am PDT by
Apple's second-generation smart glasses with an in-lens display may have two modes, depending on which device they are connected to. Meta Ray-Bans without an in-lens display In his Power On newsletter today, Bloomberg's Mark Gurman said he was told a future version of Apple's smart glasses may be able to run a full version of the visionOS operating system when they are paired with a Mac, and...
clips app hands on thumb

Apple's Clips App Discontinued

Saturday October 11, 2025 9:06 am PDT by
Apple has essentially discontinued Clips, its video-editing app designed to allow users to combine video clips, images, and photos with voice-based titles, music, filters, and graphics to create enhanced videos that can be shared on social media sites. The app has been removed from the App Store, and a support document on Apple's site says that the app is no longer being updated and would no ...
apple vision pro orange

Vision Pro Future Uncertain as All Headset Development Is Seemingly Paused

Saturday October 11, 2025 1:00 am PDT by
Recent reports suggest that there are now no redesigned Apple Vision headsets in active development, with the company's focus pivoting decisively to smart glasses. When Apple announced the Vision Pro in mid-2023, it described the device as the dawn of "spatial computing," a new paradigm that would eventually rival the iPhone in importance. With a $3,499 starting price, intricate design and...

Top Rated Comments

nt5672 Avatar
44 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)
Stella Avatar
44 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)
jonblatho Avatar
44 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)
deconstruct60 Avatar
44 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.
That is not how XCode Cloud works. It is a cloud continuous integration / continuous build/deploy (CI/CD) service. It is not a source code management (SCM) service. If actually had followed and read the the XCode clould links at the beginning of the article.

"
[HEADING=1]Secured and private[/HEADING]

Xcode Cloud is designed to protect your projects and privacy, with all data encrypted at rest and access protected by two-factor authentication. Source code is only accessed for builds and the ephemeral build environments are destroyed when your build completes. ... "
https://developer.apple.com/xcode-cloud/



"...
With Xcode Cloud, you can adopt a CI/CD practice that helps you develop and maintain your apps and frameworks. To automatically build and test your code when you make changes, Xcode Cloud needs access to the Git repository that contains your code.

When you configure your workspace or project to use Xcode Cloud, Xcode analyzes it to detect the Source Code Management (SCM) provider you use. On the “Grant Access to Your Source Code” sheet, click Grant Access and let Xcode guide you through your SCM provider’s native authorization flow.
...
.... required permission or role to grant Xcode Cloud access to your Git repository. Additionally, if you use a self-hosted SCM provider — for example, Bitbucket Server — make sure Xcode Cloud can access your Git repository. ...
.."
https://developer.apple.com/documentation/xcode/source-code-management-setup

Requirements for using XCode Cloud. ( an excerpt . there are more )

" ...
Have an app record for your app in App Store Connect ('https://appstoreconnect.apple.com') or have the required role or permission to create one.
...
Your dependencies and additional third-party tools are available to Xcode Cloud
....
You use automatic code signing
.,...
Using Git for source control is a requirement to use Xcode Cloud.
.... "

https://developer.apple.com/documentation/xcode/requirements-for-using-xcode-cloud


Apple isn't keeping the master copy of anything except perhaps binaries and product submitted to the Apple App Store version the workflow if that is included. They are not offering SCM master repository storage at all.
That is part of why it has been in beta for about a year because their service has to integrate with several other cloud services (including source control cloud service) in order to function correct. It is not a singular 100% Apple 'silo' from top to bottom.




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?
It was never permanently stored there so what are you talking about ?






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).
having not read the manual , probably haven't read the contract language either.
Score: 1 Votes (Like | Disagree)
poopiebabies unite! Avatar
44 months ago

You’re not forced to use Xcode Cloud, and other alternatives, including simply not using a CI/CD service, are available. Your source code is exactly as “dependent” on CI/CD services as you’d like it to be.

If you want to buy a mountain of physical test devices and go through and manually configure them to test localizations one by one, etc., by all means, no one’s stopping you.
You miss the point, no one is stopping us - yet.
Score: 1 Votes (Like | Disagree)
jonblatho Avatar
44 months ago

That is how I read it - it should help with developing on Mac/iOS/etc by providing the extended service. I saw this as a decent value add and not too controversial.
No, no, everything is a conspiracy.
Score: 1 Votes (Like | Disagree)