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

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?).

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.

I am having the same problem on Xcode 14 RC... I can push and pull from within Xcode, but when trying to create workflow I get the exact same alert...

Has anyone managed to get to the bottom of this? I have the same issue. Connected to GitHub just fine. I am on Xcode 14.1 and the issues persists.

Worked for me , in the terminal i tried to go to my folder app and then git status returned -> i dont had a remote repository. So i made a new project on gitlab , i did a git add remote http:// -> i pulled -> set upsteam -> add commit -> push . My project now have a remote repo and is working fine on xcode . I hope it could help .

Can't add Xcode Cloud workflow
 
 
Q