1

I am aware of how to download an app container of a connected iOS device (not a simulator device) using the Xcode UI (via the Devices and Simulators view). I am curious if there is a way to download a container using one of the Xcode command line tools.

I did see a previous question with an answer that references a GitHub tool, ios-deploy, that may be able to perform this task , but I was looking for a native solution to use first.

JonnyB
  • 335
  • 1
  • 3
  • 13

1 Answers1

0

Thanks a.masri for the suggestion. I ended up going with ios-deploy. It suited my needs and is actively maintained. It seems that mobile device is somewhat stale.

JonnyB
  • 335
  • 1
  • 3
  • 13