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 r开发者_C百科un it reinstalled the old ones. I have no idea where it's getting them from.
Any suggestions?
Go into ~/Library/Application Support/iPhone Simulator/
and look for your application to delete, or just delete that whole folder.
There is a "Touch" command in the XCode context menu for the resource files. It helps sometimes.
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
精彩评论