How to set up Appium on iOS

How to install and set up appium on iOS? Please help with proper documentation if available.

Ok, first of all you need to download appium for Mac OS, then you need to setup dev project and build code on your machine, under product folder in dev project you will see file.app just copy file path and add it to appium caps, then add all caps you need

platformName
platformVersion
deviceName
udid
app

and enjoy to inspect all elements.

to automate your app just write your code and add caps same above, and initialize your appium driver from code.

Thanks,

Hello,
please check these cool tutorials:


Ondrej

After I installed everything and tried to launch appium inspector. Then I am getting an error, “Could not start session”. Do you have any idea to resolve this issue?

Please add a screenshots

Sorry. As per company policy I am not able to share screenshots.