Is there a straightforward way to clean up the directory where xcode deploys an app when building for the iPhone simulator? I have a sqlite database that gets copied into t
After iOS 5 on Mac OS X Lion, you can try:
RemoveSimulatorApps.command that contains:rm -rf "$HOME/Library/Application Support/iPhone Simulator/5.0/Applications/*"
PATH.chmod +x RemoveSimulatorApps.command