Thanks for the tip @JessicaSachs. It was nice to see the simulator actually launch; however, the xcode_6.1_gm_seed_2 simulator choked on something else.
error Failed to start an Appium session, err was: Error: Instruments crashed on startup
I’m going back to give it another whirl with xcode_6
I’m just trying to run webdriver tests against mobile safari. It’s very possible I’m doing something else wrong. I haven’t spun this up in like a year, and just brushed off the cobwebs today.
DesiredCapabilities cap = new DesiredCapabilities();
cap.setCapability(“platformName”, “iOS”);
cap.setCapability(“platformVersion”, “8.1”);
cap.setCapability(“deviceName”, “iPhone Simulator”);
cap.setCapability(“browserName”, “Safari”);