🔀 How to untangle and manage build distribution — Webinar, May 16th — Register
🔀 How to untangle and manage build distribution — Webinar, May 16th — Register

What's new in Xcode 13

Combing through the release notes for Xcode 13 reveals an impressive list of new features and improvements. Understandably, the ones that tend to get the most attention from many developers are related to Swift UI and Swift — especially the native concurrency support. While the Runway team also 💙 Swift, there are a couple of changes that we think are particularly interesting and exciting, especially in the context of the maturing Apple DevOps ecosystem (hey, Xcode Cloud!).

Here’s a quick look at what you and your team should watch out for in Xcode 13:

Stability monitoring

Stability monitoring and analysis tools are indispensable  when it comes to ensuring that the apps that we ship are stable and reliable. So much so that a whole industry of third party tooling has arisen around it. While developers are able to collect stability and crash reports directly from Xcode (and App Store Connect), specialized third party services have long offered more robust data and insights, and their data also tends to get populated and updated much faster.

The latter point — speed — is something that Apple seems keen to improve upon, as they claim that crash reports are now delivered into Xcode in near real time and with longer data retention (aggregated Crash Point data available for up to a year).

It’s now also possible to filter crash reports very granularly, not only by time period and version, but also by product type, destination and even origin (App Store | TestFlight).

Filtering crash reports in Xcode 13

Another neat new feature is the ability to share the URL of a crash report so a teammate with access to the app can view it directly in their Xcode’s Organizer.

TestFlight feedback for a Crash Point is now also accessible from within Xcode and, when viewing feedback in Safari, there’s a new “Open in Xcode” button that will take you straight to the Xcode Organizer view.

Signing and Distribution

Although signing and distribution has slowly improved over the years, it’s still a notorious pain point for all iOS engineers. With Xcode 13, Apple is introducing some important improvements which should make the process more seamless.

With the new Cloud Signing feature, certificates can now be created and managed entirely on Apple servers. And, `xcodebuild` now supports the use of App Store Connect API keys for authentication. Together, these changes allow teams to take advantage of automatic signing in headless environments,  and abandon old, cumbersome patterns of either installing certificates directly on developers’ machines or storing them in a secure private repository (possibly behind a VPN) and retrieving them via either a CI script or fastlane.

A nice safeguard introduced in Xcode 13 this year is the ability to detect if a new build number (`CFBundleVersion`) is invalid - for example, if it’s already been used or if it precedes the current/latest build number. In such cases, Xcode will offer to automatically increment the build number to an acceptable value. Build numbers for embedded content such as app extensions, App Clips, watchOS apps and more are also checked to make sure they are in sync with your app’s build number. This is all achieved by updating a staged copy of the app, so neither the source code nor the archive are modified.

Finally, Xcode 13 can now optionally create a new app record the first time an app is uploaded to App Store Connect, and basic configuration of said app record can be performed directly within Xcode’s distribution assistant.

Did any of the announcements about Xcode 13 catch your eye? Anything we might have missed? We’d love to hear from you!

Don’t have a CI/CD pipeline for your mobile app yet? Struggling with a flaky one?
Try Runway Quickstart CI/CD to quickly autogenerate an end-to-end workflow for major CI/CD providers.
Try our free tool ->
Sign up for the Flight Deck — our monthly newsletter.
We'll share our perspectives on the mobile landscape, peeks into how other mobile teams and developers get things done, technical guides to optimizing your app for performance, and more. (See a recent issue here)
The App Store Connect API is very powerful, but it can quickly become a time sink.
Runway offers a lot of the functionality you might be looking for — and more — outofthebox and maintenancefree.
Learn more
App Development

Release better with Runway.

Runway integrates with all the tools you’re already using to level-up your release coordination and automation, from kickoff to release to rollout. No more cat-herding, spreadsheets, or steady drip of manual busywork.

Release better with Runway.

Runway integrates with all the tools you’re already using to level-up your release coordination and automation, from kickoff to release to rollout. No more cat-herding, spreadsheets, or steady drip of manual busywork.

Don’t have a CI/CD pipeline for your mobile app yet? Struggling with a flaky one?

Try Runway Quickstart CI/CD to quickly autogenerate an end-to-end workflow for major CI/CD providers.

Looking for a better way to distribute all your different flavors of builds, from one-offs to nightlies to RCs?

Give Build Distro a try! Sign up for Runway and see it in action for yourself.

Release better with Runway.

What if you could get the functionality you're looking for, without needing to use the ASC API at all? Runway offers you this — and more — right out-of-the-box, with no maintenance required.

What's new in Xcode 13

Combing through the release notes for Xcode 13 reveals an impressive list of new features and improvements. Understandably, the ones that tend to get the most attention from many developers are related to Swift UI and Swift — especially the native concurrency support. While the Runway team also 💙 Swift, there are a couple of changes that we think are particularly interesting and exciting, especially in the context of the maturing Apple DevOps ecosystem (hey, Xcode Cloud!).

Here’s a quick look at what you and your team should watch out for in Xcode 13:

Stability monitoring

Stability monitoring and analysis tools are indispensable  when it comes to ensuring that the apps that we ship are stable and reliable. So much so that a whole industry of third party tooling has arisen around it. While developers are able to collect stability and crash reports directly from Xcode (and App Store Connect), specialized third party services have long offered more robust data and insights, and their data also tends to get populated and updated much faster.

The latter point — speed — is something that Apple seems keen to improve upon, as they claim that crash reports are now delivered into Xcode in near real time and with longer data retention (aggregated Crash Point data available for up to a year).

It’s now also possible to filter crash reports very granularly, not only by time period and version, but also by product type, destination and even origin (App Store | TestFlight).

Filtering crash reports in Xcode 13

Another neat new feature is the ability to share the URL of a crash report so a teammate with access to the app can view it directly in their Xcode’s Organizer.

TestFlight feedback for a Crash Point is now also accessible from within Xcode and, when viewing feedback in Safari, there’s a new “Open in Xcode” button that will take you straight to the Xcode Organizer view.

Signing and Distribution

Although signing and distribution has slowly improved over the years, it’s still a notorious pain point for all iOS engineers. With Xcode 13, Apple is introducing some important improvements which should make the process more seamless.

With the new Cloud Signing feature, certificates can now be created and managed entirely on Apple servers. And, `xcodebuild` now supports the use of App Store Connect API keys for authentication. Together, these changes allow teams to take advantage of automatic signing in headless environments,  and abandon old, cumbersome patterns of either installing certificates directly on developers’ machines or storing them in a secure private repository (possibly behind a VPN) and retrieving them via either a CI script or fastlane.

A nice safeguard introduced in Xcode 13 this year is the ability to detect if a new build number (`CFBundleVersion`) is invalid - for example, if it’s already been used or if it precedes the current/latest build number. In such cases, Xcode will offer to automatically increment the build number to an acceptable value. Build numbers for embedded content such as app extensions, App Clips, watchOS apps and more are also checked to make sure they are in sync with your app’s build number. This is all achieved by updating a staged copy of the app, so neither the source code nor the archive are modified.

Finally, Xcode 13 can now optionally create a new app record the first time an app is uploaded to App Store Connect, and basic configuration of said app record can be performed directly within Xcode’s distribution assistant.

Did any of the announcements about Xcode 13 catch your eye? Anything we might have missed? We’d love to hear from you!

Don’t have a CI/CD pipeline for your mobile app yet? Struggling with a flaky one?
Try Runway Quickstart CI/CD to quickly autogenerate an end-to-end workflow for major CI/CD providers.
Try our free tool ->
Sign up for the Flight Deck — our monthly newsletter.
We'll share our perspectives on the mobile landscape, peeks into how other mobile teams and developers get things done, technical guides to optimizing your app for performance, and more. (See a recent issue here)
The App Store Connect API is very powerful, but it can quickly become a time sink.
Runway offers a lot of the functionality you might be looking for — and more — outofthebox and maintenancefree.
Learn more