Ive had some svn woes with an Xcode project and now using an older version from another user (we’ve taken it out of svn now).
Trouble is it looks like images have been lost on the way. Or more correctly, they load in the app when testing locally, but when I Archive the app and add to Testflight the images arent complied with the .ipa
There are alot of images and its really hard to tell what has been copied to the project and what is being taken locally. Is there a method of finding out how to do this more easily than deleting the image out of the app’s file system, then from inside xcode then re-adding them from a local copy?
Answer was to go into the Build Rules, delete all the image from the Copy Bundle Resources section and re add them to the project – fun!