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