I'm building this iPhone app that has a set of resources that I, during development, update a lot. These resources are later used by my app.
The thing is, whenever I make a change in these resources and do a regular build, the resources aren't actually updated within my iphone application. In fact, they are never updated until I clean the build and rebuild the entire application after which all is fine.
Is there a way to make xcode always include my resources in each build?