iOS Simulator stores apps in ~/Library/Application Support/iPhone Simulator/4.2/Applications/APP_UUID/
But how do I find the APP_UUID for a specific Project/Target?
When you create your Xcode project from a template, the bundle ID ( CFBundleIdentifier ), which uniquely identifies your app throughout the system, defaults to the organization ID appended to the app name that you enter in reverse-DNS format—for example, the bundle ID becomes com. example. mycompany. HelloWorld .
Your UDID is a unique identifier that Apple uses to associate a device to an iOS developer account.
Go to
~/Library/Developer/CoreSimulator/Devices/
and type
find . -iname "*.app"
in a shell.
** Updated for Xcode 8 **
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With