Hi Folks,
Below are steps to fix this issue:
- Install appium version 1.6.4 for apps build using Xcode 8
- In the command prompt paste the command:xcodebuild build test -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e7c69546539cc06d5351e33c6a4aa8cd1f13d263 -configuration Debug
where "id" should be the udid of the device connected which could be an real or simulator device
After successful complete of step 2 a new app will be installed in the device
open the newly installed app and trust the developer
In command prompt give command Appium and wait till server listens to an port number
Now start running your test scripts which could be in python or in java
Now the script will try to install your app to be tested in the mobile device , open your app and trust the developer
Your done!!!!