Test Environment
Desktop OS/version used to run Appium:Version 1.2.0-beta.3 (1.2.0-beta.3) Node.js version (unless using Appium.app|exe): Mobile platform/version under test:ios simulator iPhone 6s plus 10.2
1.Pulled latest code from sourcetree
2.opened xcode
3.made a archive file
4.got the app file from there.
5.opened Appium desktop app
6.added the desired capabilities
.{
"app": "/Users/Desktop/PreProd.app", "platformName": "iOS", "deviceName": "iPhone 6s Plus", "platformVersion": "10.2", "automationName": "XCUITest" }
8.The app opens and crashes