Invalid Device State fix
Revert use of 'open "iOS Simulator"' back to use of Instruments.
The use of "open" is causing "Invalid Device State" errors; this is probably because the iOS Simulator can only really launch one instance at a time, and Instruments knows how to shutdown the previous instance.