Xcode 26.0 beta 3: Clicking current branch in Source Control navigator doesn't show commit history

[Also submitted as FB18858239]

In Xcode 26.0 beta 3 (17A5276g), clicking the current branch (e.g. "main") in the Source Control navigator no longer displays the commit history. Instead, the editor area remains stuck on the previously viewed file.

REPRO STEPS

  1. Create a new iOS Swift UI app.
  2. Name it "Test" and check the Create Git repository on my Mac checkbox.
  3. In the Navigator select Source Control navigator.
  4. In Source Control, select Repositories.
  5. Expand "Test" then "Branches" the select "main (current)"

CURRENT RESULTS

The main view remains on the ContentView.swift file.

EXPECTED RESULTS

The main view changes to show the commit history.

SCREENSHOTS

Xcode 26.0 beta 3

Xcode 16.4

Hi

Thanks for submitting the FB.

Confirm here.

Some kind of workaround fixed that for me:

Via Project-Navigator select a source file and via the option-command-2-inspector-pane enable 'show history inspector'-pane. Once you see the commit info for this specific file, you can switch with command-2 to the source control navigator. Now every commit in the repo-history should be shown as before. This procedure did the trick for me.

Up to now looks quite persistent (after quitting Xcode, reboot, relogin, etc.) everything is fine.

update playing around with enabling code-review in editor seems also work and switching on the repo-commit-history list. have to correct: not really persistent fix. looks like it disappeared again. Oh, what a mess with Xcode B3.

(Hope you) Have fun!

Xcode 26.0 beta 3: Clicking current branch in Source Control navigator doesn't show commit history
 
 
Q