After updating to Yosemite OSX 10, and to the latest Xcode 6, I ran the following command line to launch the iPad simulator as expected.
./gradlew launchIPadSimulator
Unfortunately, it still does not work and I get a:
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':ios:launchIPadSimulator'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
....
How can I properly launch this iPad simulator?