Ive had some svn woes with an Xcode project and now using an older v开发者_高级运维ersion 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!
Go to SCM from Left hand side project explorer.
Expand SCM -> you will find images in red color which are in SCM but not on your local.
You have to right click-> Update it Then open you project in Finder and find your image and just create relative path in your project.
Hope it helps....
精彩评论