Xcode Cloud Release Notes

June 5, 2023

What’s new
  • Xcode 15 beta (15A5160n) and macOS Sonoma 14 Beta (23A5257q) are now available on Xcode Cloud.

  • Xcode Cloud operations have been moved into a new combined “Integrate” menu replacing the “Source Control” menu.

  • Xcode now supports a new Notarize Post-Action in Xcode Cloud workflows for macOS products. (Feedback IDs: 10162550, 9157684, 9961116).

  • Xcode Cloud now supports setting TestFlight “What to test” notes during a build. (Feedback IDs: 10296023, 9832283, 11894872, 10017429, 9690047, 9788440, 9384790, 11864946, 11979327, 12192998, 9224722, 10123585, 9224697)
    How to include TestFlight “What to test“ notes

  • Xcode Cloud test actions running on Xcode 15 or newer now use the new *.xctestproducts test bundle format. This is a new test product format that makes it easier to transport test bundles between systems. CI scripts can use the CI_TEST_PRODUCTS_PATH environment variable to determine which test product format is being generated/used for a test action. If the test action is using the new format, the path ends with .xctestproducts.
Known issues
  • Connecting Slack may not complete successfully when using Xcode’s UI to connect.

    Workaround: Connect Slack from Xcode Cloud’s web UI.

  • Xcode Cloud fails to install or launch the macOS test runner. (Feedback ID: 11302291)

    Workaround: Remove the Hardened Runtime from the Debug Configuration of your target settings, located in the Signing & Capabilities tab. Once you commit and push this change to your repository, the next build should run the tests.

  • Onboarding a product will fail if a developer team has no existing apps in App Store Connect.

    Workaround: Create an app record in App Store Connect first, then onboard your product in Xcode.

  • Some bundle IDs aren’t automatically registered when onboarding to Xcode Cloud.

    Workaround: In Xcode, Archive and Export your app for the App Store or manually register your bundle IDs in Certificates, Identifiers & Profiles.

June 1, 2023

What’s new
  • Xcode 14.3.1 (14E300c) and macOS Ventura 13.5 beta 2 (22G5038d) are now available on Xcode Cloud.

May 26, 2023

What’s new
  • macOS Ventura 13.5 beta (22G5027e) is now available on Xcode Cloud.

May 11, 2023

What’s new
  • macOS Ventura 13.4 RC (22F62) is now available on Xcode Cloud.

April 24, 2023

What’s new
  • macOS Ventura 13.4 beta 2 (22F5037d) is now available on Xcode Cloud.

April 11, 2023

Resolved issue
  • Fixed an issue with onboarding when using an on-premise Bitbucket Server.

March 29, 2023

What’s new
  • macOS Ventura 13.4 Beta (22F5027f) is now available on Xcode Cloud.

March 27, 2023

What’s new
  • Xcode 14.3 RC2 (14E222b) is now available on Xcode Cloud.

March 21, 2023

What’s new
  • Xcode 14.3 RC (14E222a) is now available on Xcode Cloud.

March 1, 2023

What’s new
  • Xcode 14.3 Beta 2 (14E5207e) and macOS Ventura 13.3 Beta 2 (22E5230e) are now available on Xcode Cloud.

February 17, 2023

What’s new
  • The following macOS versions are now available on Xcode Cloud:
    • macOS Ventura 13.3 Beta (22E5219b)
    • macOS Ventura 13.2.1 (22D68)
    • macOS Monterey 12.6.4 (21G503)

February 16, 2023

What’s new
  • Xcode 14.3 Beta (14E5197f) is now available on Xcode Cloud.

February 10, 2023

Resolved Issue
  • Fixed an issue where deploying builds through TestFlight would fail if a build had a build number (CFBundleVersion) that was lower than an already uploaded and deployed build. (Feedback ID: 9948177)

February 1, 2023

What’s new
  • macOS Monterey 12.6.3 (21G419) is now available on Xcode Cloud.

January 6, 2023

Resolved Issue
  • Fixed an issue where custom scripts would not run in a test action if the workflow was also configured to do a TestFlight deployment. (Feedback ID: 11358722)

December 12, 2022

Resolved Issue
  • Fixed: Xcode Cloud TestFlight post-action step failing with “ITMS-90334: Invalid Code Signature Identifier” for Swift Package. (Feedback ID: 9682534)

October 18, 2022

Known Issue
  • Xcode Cloud TestFlight Post-Action Step Failing with “ITMS-90334: Invalid Code Signature Identifier” for Swift Package. (Feedback ID: 9682534)

    Workaround: Avoid LibraryType dynamic linkage in Swift Packages by reducing the reliance on each package to a single target, and refactoring your target structure if necessary.

October 6, 2022

Resolved Issue
  • Fixed an issue where Xcode Cloud loops to homepage when saving information on Post-Action section in Xcode Cloud tab of App Store Connect, users may have to sign out of App Store Connect and sign in again.

September 14, 2022

(Xcode 14.1 Beta)

Resolved Issue
  • Fixed an issue where tooltip fails to appear for the commit message.

September 12, 2022

(Xcode 14)

Resolved Issues
  • Fixed: Xcode Cloud may take up to 20 minutes to synchronize the signing status of the Program License Agreement once a team has signed the agreement.
  • Fixed an issue where Xcode Desktop UI couldn’t access Xcode Cloud. (Feedback ID: 11390325)

August 24, 2022

Resolved Issue
  • Fixed an issue with Homebrew permission required to run brew install. (Feedback ID: 11350583)

August 8, 2022

(Xcode 14 Beta 5)

Resolved Issue
  • Fixed an issue where an incorrect error would be displayed when attempting onboarding without selecting a team.

July 27, 2022

(Xcode 14 Beta 4)

Resolved Issues
  • Fixed an issue where Xcode Cloud failed to recognize an already connected Slack workspace.
  • Fixed an issue where test destinations weren’t appearing on the Xcode Cloud workflow editor test action.
  • Fixed an issue where an authentication error was incorrectly displayed as a networking error.

June 6, 2022

(Xcode 14 Beta)

What’s new
  • Xcode Cloud is now available to all Apple Developer Program members.
  • A team-focused Usage Overview is now in the Usage Dashboard of App Store Connect.
Resolved Issue
  • Fixed an issue where the system adds duplicated default test destinations to test action.
Known Issue
  • Xcode Cloud may take up to 20 minutes to synchronize the signing status of the Program License Agreement once a team has signed the agreement. After signing the agreement, please wait up to 20 minutes before onboarding a project.

May 16, 2022

Resolved Issue
  • Developers who are members of multiple teams can select a specific team when onboarding their project.

March 14, 2022

What’s new
  • Added the ability to rebuild a project from the editor menu and the build report.
Resolved Issues
  • Various bug fixes and improvements in the following areas: onboarding, Workflow Editor, Build Report, and Xcode Cloud Navigator.
  • Onboarding a product will fail if the your Apple ID doesn’t use two-factor authentication. Make sure to set up two-factor authentication for your Apple ID.
  • The sidebar now displays an error message when in a failure state.
  • Various performance and reliability enhancements.

January 25, 2022

What’s new
  • Added team, product, and workflow usage in App Store Connect for a given time period.

October 26, 2021

What’s new
  • Xcode Cloud App Store Connect API provides more flexible integration of Xcode Cloud into your workflow — including support for things like accessing Xcode Cloud data to create dashboards and automating the management of your Xcode Cloud Workflows.
    Get started with the App Store Connect API
  • You can now set custom build numbers for existing Mac apps in Xcode Cloud.
    Learn about Build Numbers
  • Workflows can now also have multiple start conditions, allowing your Xcode Cloud workflows to be more versatile for different stages of your development workflow.
    Learn about Start Conditions