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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top