I am trying to launch my app in Appium by providing the .app
file of my app.
But its throwing an error message -
"Be sure the Appium server is running with an application opened by using the "App Path" parameter in Appium.app (along with package and activity for Android) or by connecting with selenium client and supplying this in the desired capabilities object."
I took the .app
file path from Xcode
after building the project.
Has it anything to do with the build process ?