Guys how to overcome from this problem while launching the iOS app from appium server, unable to open appium inspecter
please help me out to come out of the group guys.
this below warning message from in the pop up
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.
please help me out to come out of the group guys.
Build the app through XCode, and then specify path to the app, you should be able to find it through XCode.
Update
I had the same problem a while, here is how I solved it:
- Build the application on your Mac using Xcode Simulator
- Find location of the app on your machine, here is how to do it
- Enter the path in Appium GUI
- Now you should be able launch inspector
Some additional information:
- My old blog on how to setup Appium GUI
- Blog on how to start using Appium tutsplus
Appnium can only recognized .app file. It cannot open the .ipa file.