Any ideas why this would be happening? Corrupt directory perhaps? I did a lot of copying back and forth with these files.
Asked
Active
Viewed 503 times
1 Answers
2
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.

iHunter
- 6,205
- 3
- 38
- 56
-
That did it. There were a few in various dirs that I ended up removing. Thanks! – John Stack Jan 05 '12 at 17:10