Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 15 commit button not shown

Tags:

xcode

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

like image 817
Ammar Ahmad Avatar asked Apr 15 '26 15:04

Ammar Ahmad


2 Answers

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)

like image 136
xmjw Avatar answered Apr 17 '26 04:04

xmjw


go to Xcode -> Settings -> Source Control-> Git enter name & email id .

enter image description here

Alternatively you can also stage changes by right clicking them in xcode . open terminal navigate to you project and type - git commit -m "you commit details"

like image 41
harish remella Avatar answered Apr 17 '26 06:04

harish remella



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!