Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 4.2 simulator files?

Tags:

ipad

ios4

ios-4.2

Where are the files associated with my app in the iOS 4.2 simulator - need to look at my sqllite DB and I can't find it.

like image 493
Slee Avatar asked Nov 26 '10 16:11

Slee


People also ask

Where are the iOS simulator files?

~/Library/Developer/CoreSimulator/Devices Once in a folder, go to Applications, choose the Finder option that shows date for files, and sort by date.

How run iOS build on simulator?

To run your app in Simulator, choose an iOS simulator—for example, iPhone 6 Plus, iPad Air, or iPhone 6 + Apple Watch - 38mm—from the Xcode scheme pop-up menu and click Run. Xcode builds your project and then launches the most recent version of your app running in Simulator on your Mac screen, as shown in Figure 1-1.


1 Answers

~/Library/Application Support/iPhone Simulator/4.2/Applications/APP_UUID/

In Xcode 6, check ~/Library/Developer/CoreSimulator/Devices/DEVICE_UUID/data/Containers/Data/Application/APP_UUID/

like image 191
Ole Begemann Avatar answered Sep 19 '22 16:09

Ole Begemann