Question

Any ideas why this would be happening? Corrupt directory perhaps? I did a lot of copying back and forth with these files.

enter image description here

Was it helpful?

Solution

That's a really strange XCode issue, but I believe you can resolve it by deleting the .DS_Store file it complains about. (.DS_Store files are something like Finder image caches and can be safely removed)

The .DS_Store files are hidden by default, so the easiest way to remove them is using the Terminal, rm <path to file>, you can use TAB key to autocomplete path.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top