0

I am capturing a video on an iOS device using this: How do I export UIImage array as a movie?

Is there any way to get the video out of the device to my MAC? (I want to use the simulator)

Community
  • 1
  • 1

1 Answers1

0

You could always browse the simulator folders saved on your Mac. You can find them under:

~/Library/Application Support/iPhone Simulator/[OS version]/Applications/[appGUID]/

Once you find your app folder, just take the file saved by the app.

Jorsh
  • 232
  • 1
  • 11