How do I find the APP_UUID in Xcode for an iOS App?
问题 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? 回答1: Go to ~/Library/Developer/CoreSimulator/Devices/ and type find . -iname "*.app" in a shell. ** Updated for Xcode 8 ** 回答2: The easiest way I've found is to run the app in the simulator and NSLog the result of a standard path-locating function, like this one: - (NSString *)applicationDocumentsDirectory { NSArray *paths =