Search code examples
pythoniosxcodeappiumios-simulator

Original error: Bad app: App paths need to be absolute or an URL to a compressed app file:


enter image description here

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


Solution

  • 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"