0

Please refer to these two pics. There's this blue line next to the line number in my code. Hovering over it selects the code. I am not sure how it got there and how to get rid of it.

enter image description here

enter image description here

Clicking that line shows this:

enter image description here

EDIT: for whoever closed this question as "general computing hardware and software on Stack Overflow": this is not that. Plus there are several Xcode UI questions on Stack Overflow:

For example:

How to hide Blue line covering views in xib/Storyboard in Xcode 7.2

How to get rid of blue borders around transparent objects in XCode

  • 3
    This is the code that has been changed since the last commit to your source repo (ie Git repository). – jnpdx May 28 '21 at 00:41

1 Answers1

2

It's this (last checkbox shown in this screen shot of the prefs):

enter image description here

You can uncheck it, but I advise not to; it's valuable information.

matt
  • 515,959
  • 87
  • 875
  • 1,141