skip to Main Content

enter image description here

I want to open demo app using appium (in ios simulator using X code)

2

Answers


  1. You are referring a .swift file instead of app.
    Changing it to "app": "/path/to/my.app" might work.

    Login or Signup to reply.
  2. You are referring a .swift file instead of .app file. Try writing this

    "appium:app": "/Users/pritwindersingh/Library/Developer/Xcode/DerivedData/WebDriverAgent-bpndfqzifmteusepnbmywejsnvgw/Build/Products/Debug-iphonesimulator/IntegrationApp.app" 
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search