iOS and Android setup on MacOS - Build Failed when trying to set up WebDriverAgent project

Hi @savita.patil22,

I think I see the issue. I get the same error when building the WebDriverAgent that comes with Appium 1.8.1 and Xcode 10.2.1. Upgrading to appium 1.8.2-beta:

npm install -g appium@1.8.2-beta

will allow you to build the WebDriverAgent project (you’ll need to go through all the steps again for setting up the signing and running the bootstrap script, though).

As an additional step, if you want to try Katalon Studio 6.2 beta, you can actually upgrade to Appium 1.12.1 (the latest). I’ve had some success running Katalon 6.2 beta, Xcode 10.2.1, iOS 12.2, and Appium 1.12.1.

Hope this helps,

Chris