Domanda

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

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top