skip to Main Content

I just update Xcode to version 15, when I try to commit my code the commit button not showing.

The image from WWDC23:

enter image description here

The image from my Xcode app:

enter image description here

2

Answers


  1. You should stage changes and enter commit comment right below your account name:
    sample

    Login or Signup to reply.
  2. Some wonderful person has posted this to the Apple Forums:

    HI Folks. If the commit is missing after upgrading to Sonoma or going
    Xcode 15. Simply go to Xcode/settings/. Click on source code and click
    on Git. enter your author name and email. That should work.

    Thank you KDT234…

    This was the problem for me. My name was missing, email was present. I added it – and either after forcing a view reload (close the Source Control view maybe?) or an outright Xcode restart, it fixed it. I was able to recreate the problem by removing the same field and my commit box vanished again.

    Xcode bug… Version 15.0 (15A240d)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search