tags:

views:

94

answers:

2

My iPhone simulator refuses to update the resources which I edit.

After doing a "Clean" and build, the new resources were installed. On the second run it reinstalled the old ones. I have no idea where it's getting them from.

Any suggestions?

A: 

Go into ~/Library/Application Support/iPhone Simulator/ and look for your application to delete, or just delete that whole folder.

drawnonward
Done that, but it still comes up with the old files somehow.
John Smith
This most likely means that XCode does not recognize your files as updated. Do you edit them outside of XCode?
Alexander Gladysh
i edited them within xcode
John Smith
A: 

There is a "Touch" command in the XCode context menu for the resource files. It helps sometimes.

Alexander Gladysh