I am trying to run ./Scripts/build.sh command in the terminal and the parent directory is /usr/local/lib/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent.
I am getting the below output:
-
define_xc_macros
-
XC_MACROS=‘CODE_SIGN_IDENTITY=“” CODE_SIGNING_REQUIRED=NO’
-
case “$TARGET” in
-
echo ‘Unknown TARGET’
Unknown TARGET
- exit 1
I think due to this, I am not able to launch any ios app using appium, also i am unable to connect appium-inspector to real ios device.
Please help