Cleanup/Delete Installed Application in XCode iPhone Simulator
To cleanup the previously installed application in XCode iPhone Simulator need a manual deletion, the applications is installed in directory:
/Users/*username*/Library/Application Support/iPhone Simulator/*simulator version*/Applications
There are GUID(s) named directories depend on your usage, you could check with `ls` command to ensure what application those directory holds and safely delete the directory manually.




