John Smith
John Smith

Reputation: 12807

iphone simulator resources not updating

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

Answers (3)

Cons Bulaquena
Cons Bulaquena

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

Alexander Gladysh
Alexander Gladysh

Reputation: 41493

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

Upvotes: 1

drawnonward
drawnonward

Reputation: 53689

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

Upvotes: 3

Related Questions