Notes on Mobile Development

Adding Media to iOS Simulator

Add photos or videos to a running iOS simulator:

xcrun simctl addmedia booted /path/to/your/file.mov

The booted argument refers to the currently running simulator.

end of storey Last modified: