About the exclamation mark on XCode

Asked 2 years ago, Updated 2 years ago, 77 views

Some files on XCode 8 are now marked with !

It was in the same condition when I cooled down or deleted it once and registered again.

Could you tell me how to resolve this ! mark?Thank you.[1] "src="https://i.stack.imgur.com/XbNFB.png" />

Some of the png files are marked with an exclamation mark as shown below.

xcode git

2022-09-29 21:59

2 Answers

Do you use git's client software?
If so, it may disappear once the stage is returned with git reset at some time.

The same thing happened when I changed the name by adding a new file before, and the ! mark disappeared after I un-stageed the source tree.
However, it may not matter as long as the file was edited without knowing it because there were no changes to the file immediately after cloning.


2022-09-29 21:59

I can't search for ! so I'm writing with my intuition, but
US>If the image (png) has !, the file may not have been copied.
If needed, you may be able to copy it.

...if you click '!' and you get any text, that's probably the reason for the error.


2022-09-29 21:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.