1

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

iHunter
  • 6,205
  • 3
  • 38
  • 56
John Stack
  • 618
  • 1
  • 4
  • 19

1 Answers1

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