Can't add Xcode Cloud workflow

When trying to create a new workflow for a project I get the following message:

To create Xcode Cloud workflows, first add a remote source code repository from Bitbucket, GitHub, or GitLab.

This happens to both a project that already has a workflow setup and a project that was never setup with Xcode Cloud.

Anyway to fix this?

P.S: Both projects DO have a remote branch in Bitbucket Cloud... P.S.S: I've tried both with Xcode 13.4.1 on macOS Monterey and Xcode 14 beta on Ventura

Post not yet marked as solved Up vote post of mickey@nakko Down vote post of mickey@nakko
243 views

Replies

In Terminal, if you go into your repo & run git remote show [remotename], do you get the right information corresponding to your remote repo?

Yes, everything is actually right with the repo. These are both older projects that we host on bitbucket for a while now. Git in terminal works as it should. Even in Xcode I can push and pull from the remote server with no problems (ironic right?).

Add a Comment

I had the same problem on Xcode 13.4.1, I've downloaded Xcode 14 beta 3 and the problem is now fixed, seems like its a Xcode bug.