1

Is it possible to establish an SSH communication from terminal to the iOS simulator? Can the file system on simulator be accessed via command line? Just for curiosity...

1
  • The simulator is an application that runs on your computer, so its files can be accessed via SSH in the same manner you would for anything else. Commented Mar 23, 2015 at 15:20

1 Answer 1

6

iOS simulator files are in

~/Library/Developer/CoreSimulator/Devices/"big random number"/Data/Containers/

Run a NSLog with a file path from your project to find the big random number, or just prowl around until you find what you need.

You don't need to use ssh, the files are in your file system.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.