Reputation: 12807
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?
Upvotes: 2
Views: 3008
Reputation: 2113
You might have problem with caches, if the changes are not updating the simulators might need resetting.
Try quitting iPhone Simulator, then run xcrun in Terminal:
xcrun simctl erase all
Upvotes: 0
Reputation: 41493
There is a "Touch" command in the XCode context menu for the resource files. It helps sometimes.
Upvotes: 1
Reputation: 53689
Go into ~/Library/Application Support/iPhone Simulator/
and look for your application to delete, or just delete that whole folder.
Upvotes: 3