Thursday, January 7, 2016

Xcode Tip- Show Blame for line

If you are working on the project with multiple developer and found some bug in a line then you can check who was responsible for committing it using the Xcode feature.

You just need to right click on the line and tap “Show blame for line”, it will show the popup with the Developer name who committed the line along with Commit message.