Xcode cloud disconnect with frameworks

I've been using Xcode cloud for a few of my frameworks for months now. Recently (like within the last month or two) when I log in to App Store Connect and click on any of my frameworks it tells me that I can setup Xcode cloud. But within Xcode I can still see my workflows and any builds (both new and old).

The builds were still passing so I wasn't worried about it until I added a new dependency to one and the builds started failing because I haven't authorized the new dependency. It seems the only way to authorize a new dependency is on the website which now only shows me that I can setup Xcode cloud.

I have tried

  • deleting my workflows and creating new ones
    • this works in Xcode but am still unable to view on App Store connect
  • deleting Xcode cloud data (in Xcode) and recreating Xcode cloud data (in Xcode)
    • everything looks good in Xcode and I can kick off new builds but still shows me the setup screen in App Store connect

My setup:

  • Sample Xcode project inside the top level of the package
    • this seems to be a requirement for setting up frameworks in Xcode cloud?
  • package linked to sample project

We have exact same issue in our 6 frameworks since recently. All Xcode Cloud workflows are not visible in Xcode and web. At the same time we can see that workflows still exist via App Store Connect API - and they actually trigger and are able to post GitHub checks. Unfortunately the URLs in GitHub checks are broken and lead to nowhere.

We are also blocked by authorizing new dependencies, which always redirects to website, and website always shows a setup screen as if Xcode Cloud is not configured.

Xcode cloud disconnect with frameworks
 
 
Q