Copying project problems
I'm working on a GLES game using Xcode 3.2
I wanted to break off development and start on a version 2 - I've not been using any repositories (can't get SCM to work properly with SVN/Sourceforge) - and so I just copied off a new version of the project. I gave the project folder a unique name, and renamed the project/application inside Xcode.
For some reason the copy doesn't run correctly - the game seems to be running (debug statements are appearing as expected, and no errors) - but no graphics (textures) are appearing. Nothing I do seems to be working - the images definitely seem to be in memory (I can get the correct width/height of them to print out to console) - and they appear to be copied over in the bundle resources and I can see them inside the bundle itself.
To make matters worse, while trying to figure out what's gone wrong, I renamed the original project and I'm seeing the same thing. I've tried many things now, even trying to recreate my game in a fresh project, but nothing.
Either I've somehow completely trashed a month's work, or I'm missing something very very simple. Does anyone have any advice?
|