desired_caps = {}
desired_caps['app'] = 'com.ea.XXXXX.inc'
desired_caps['bundleId'] = 'com.ea.XXXXX.inc'
desired_caps['udid'] = 'XXXXXXXXXXXXXXXXX'
desired_caps['platformVersion'] = '7.1'
desired_caps['platformName'] = 'iOS'
desired_caps['deviceName'] = 'iPhone Retina 3.5-inch'
Also if the app is already installed I am able to launch it
The error
Installing ipa found at /Users/ears/Downloads/XXXXX.ipa
info: Creating iDevice object with udid XXXXXX
info: Cleaning up appium session
error: Failed to start an Appium session, err was: Error: Command failed:
info: Error: Command failed:
at ChildProcess.exithandler (child_process.js:637:15)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:465:12)
info: Responding to client with error: {"status":33,"value":{"message":"A new session could not be created. (Original error: Command failed: )","killed":false,"code":null,"signal":"SIGSEGV","origValue":"Command failed: "},"sessionId":null}
POST /wd/hub/session 500 3533ms - 246b