Reputation: 11
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.
Upvotes: 0
Views: 4852
Reputation: 13
Appnium can only recognized .app file. It cannot open the .ipa file.
Upvotes: 0
Reputation: 424
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:
Some additional information:
Upvotes: 1