I\'m writing an iPhone app in Objective-C with Xcode and I have some Lua scripts that run on the device.
I\'m having an issue where if I edit a Lua script, save, flick o
I see this problem once in a while with a sqlite database that I have included in my project. Sometimes it just doesn't get the updated version.
Typically my fix for this is to go into the Application Support/iPhone Simulator folder and delete the app inside the Application folder and also delete the Caches folder.
This will force the Simulator to reconstruct all of this and get fresh files.