Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode bot does not see repository branches

Tags:

xcode-bots

After updating the XCode to version 11.4 (11E146), I stopped seeing repository branches in the bot settings. But I see these repository branches in Source Controll Navigator. Does anyone know how I can fix it?

bot settings

like image 384
Bora14 Avatar asked Apr 02 '20 12:04

Bora14


1 Answers

This issue was resolved in Xcode 12.


OLD answer & workaround for Xcode 11.4 - 11.x:

Unfortunately it's a known issue in the Xcode 11.4 release. https://developer.apple.com/documentation/xcode_release_notes/xcode_11_4_release_notes

Find this Stack Overflow answer to change the branch manually via the Xcode Server API: https://stackoverflow.com/a/42573925/1372065

like image 103
Jerrot Avatar answered Oct 19 '22 19:10

Jerrot