Skip to content

Instantly share code, notes, and snippets.

@bennid
Created October 11, 2019 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennid/d109f4b0bc1808276241249a91e8265c to your computer and use it in GitHub Desktop.
Save bennid/d109f4b0bc1808276241249a91e8265c to your computer and use it in GitHub Desktop.
Appium install failure
2019-10-09 16:05:20:913 - [HTTP] --> POST /wd/hub/session/689d57d5-01c4-4cb8-99c9-1eeda64c6a9a/appium/device/install_app
2019-10-09 16:05:20:913 - [HTTP] {"appPath":"http://my.server.com:8000/files/my-app.ipa"}
2019-10-09 16:05:20:913 - [debug] [W3C (689d57d5)] Calling AppiumDriver.installApp() with args: ["http://my.server.com:8000/files/my-app.ipa",null,null,null,"689d57d5-01c4-4cb8-99c9-1eeda64c6a9a"]
2019-10-09 16:05:20:913 - [debug] [XCUITest] Executing command 'installApp'
2019-10-09 16:05:20:914 - [BaseDriver] Using downloadable app 'http://my.server.com:8000/files/my-app.ipa'
2019-10-09 16:05:20:921 - [debug] [BaseDriver] App Last-Modified: Tue, 08 Oct 2019 15:56:44 GMT
2019-10-09 16:05:20:923 - [BaseDriver] Reusing previously downloaded application at '/var/folders/ll/brhhr98d59j9yjzm3fmjbssw0000gp/T/201999-7374-1bith4f.lgw/Payload/MyApp.app'
2019-10-09 16:05:20:923 - [XCUITest] Installing '/var/folders/ll/brhhr98d59j9yjzm3fmjbssw0000gp/T/201999-7374-1bith4f.lgw/Payload/MyApp.app' to the real device with UDID XXXXXX-XXXXXXX
2019-10-09 16:05:21:514 - [XCUITest] Error was thrown during the installation process
2019-10-09 16:05:21:515 - [XCUITest] Error: Unexpected response OBJECT_NOT_FOUND
2019-10-09 16:05:21:516 - [XCUITest] at AfcService._checkStatus (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-ios-device/lib/afc/index.js:272:13)
2019-10-09 16:05:21:516 - [XCUITest] at AfcService._checkStatus [as openFile] (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-ios-device/lib/afc/index.js:119:12)
2019-10-09 16:05:21:516 - [XCUITest] at AfcService.createWriteStream (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-ios-device/lib/afc/index.js:132:24)
2019-10-09 16:05:21:516 - [XCUITest] at /Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:76:31
2019-10-09 16:05:21:516 - [XCUITest] at Object.walkDir (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-support/lib/fs.js:78:21)
2019-10-09 16:05:21:516 - [XCUITest] at Object.walkDir (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-support/lib/fs.js:83:27)
2019-10-09 16:05:21:516 - [XCUITest] at Object.walkDir (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-support/lib/fs.js:83:27)
2019-10-09 16:05:21:516 - [XCUITest] at IOSDeploy.pushAppBundle (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:70:7)
2019-10-09 16:05:21:516 - [XCUITest] at IOSDeploy.install (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:36:33)
2019-10-09 16:05:21:517 - [XCUITest] at IOSDeploy.installApp (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:104:5)
2019-10-09 16:05:21:517 - [XCUITest] at XCUITestDriver.mobileInstallApp (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/app-management.js:28:5)
2019-10-09 16:05:21:517 - [XCUITest] at XCUITestDriver.installApp (/Users/jenkins/build_tools/ios_phone/XXXXXX-XXXXXXX/node_modules/appium/node_modules/appium-xcuitest-driver/lib/commands/app-management.js:90:3)
2019-10-09 16:05:24:854 - uncaughtException: ENOENT: no such file or directory, open '/var/folders/ll/brhhr98d59j9yjzm3fmjbssw0000gp/T/201999-7374-1bith4f.lgw/Payload/MyApp.app/APDApplePayTourGradeCell.nib/objects-12.3+.nib'
Error: ENOENT: no such file or directory, open '/var/folders/ll/brhhr98d59j9yjzm3fmjbssw0000gp/T/201999-7374-1bith4f.lgw/Payload/MyApp.app/APDApplePayTourGradeCell.nib/objects-12.3+.nib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment