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.
Last modified: 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.
Last modified: