Note that there are some explanatory texts on larger screens.

plurals
  1. POXcode 4 adding images to a project
    primarykey
    data
    text
    <p>Coming from a background of Visual Studio I had no idea how good that IDE truly was until I had to work with Xcode. One of the more pressing oddities that it has just thrown up is the following.</p> <p>I'm upgrading a project to a retina display and so have to add a bunch of new @X2 files. This is fine, I have the files and I go into Xcode, choose the project group where I want to add them, select them all and click 'Add'.</p> <p>"Multiple errors occured" Xcode helpfully blurts and then returns to whatever it was doing before. No break down of what those errors might be, or what actually happened or why.</p> <p>So I do some looking and some of the files are actually in the directory but Xcode ignores them, I can't figure out a way of adding them (it says they're already there!) but they won't appear in the xcode project. </p> <p>Can I 'refresh' xcode so it looks in the directory and shows them?</p> <p>==============================</p> <p>PS. While I'm here and can rant a little, anyone with a VS background now using Xcode, am I wrong in thinking the following points are hugely annoying:</p> <p>1) The debugger - frustratingly slow.</p> <p>2) The file explorer - can't easily sort by name</p> <p>3) The file explorer - column on the right listing the file names doesn't change the file highlight when you move from file to file within the editor window.</p> <p>4) Adding files to a project - see above!</p> <p>Some of these probably stem from lack of experience with the IDE but still, they irk.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload