For UI Automation testing, I want to have a Reset iOS Simulator and then add a few photos to it before being my automation scripts begin.
When I run this:
xcrun simctl erase device_UUID
xcrun simctl addphoto device_UUID ~/Desktop/photos/photo1.PNG
I get this error:
An error was encountered processing the command (code=146):
Invalid device state
How can I erase the simulator and then add photos to it programmatically?
The device must be booted in order to add photos to it.