How can I easily access to the folder of an app I am working on.
There are too many application folders under iPhone Simulator directory, how can I access to any specific folder?
# Open application folder in Finder First, copy the path to the app folder from Xcode console. Then open Finder, click on Go -> Go to Folder and paste the application directory path. You will now be able to browse all the files in your application folder.
The file system of the current device of the iOS simulator is available in ~/Library/Developer/CoreSimulator/Devices .
You also may just go to the ~/Library/Developer/CoreSimulator/Devices/ folder in Finder ( Shift+Cmd+G ), and then click on the Date modified tab on the top of the folder menu. You'll get the most recently used simulator folder without UDID. After that, I navigate to data/Containers/Data/Application by hand.
After finishing the recording, you can click the Stop button and the video preview will appear next to the simulator. By dismissing the video preview, the recording will be saved in the Desktop folder.
You can do this programatically:
NSLog(@"%@",[[NSBundle mainBundle] bundlePath]);
I know of 2 great mac apps that solve your problem:
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