Cannot install ipa on real device
See original GitHub issue[debug] [BaseDriver] Event 'appConfigured' logged at 1564040104914 (15:35:04 GMT+0800 (GMT+08:00))
[debug] [XCUITest] Checking whether app '/var/folders/_d/hsmcfz9n48bbb2t9pf56gxd80000gn/T/2019625-40624-o7g8a6.qnu1f/Payload/xxx.app' is actually present on file system
[debug] [XCUITest] App is present
[debug] [iOS] Getting bundle ID from app '/var/folders/_d/hsmcfz9n48bbb2t9pf56gxd80000gn/T/2019625-40624-o7g8a6.qnu1f/Payload/xxx.app': 'xxxr'
[debug] [BaseDriver] Event 'resetStarted' logged at 1564040104917 (15:35:04 GMT+0800 (GMT+08:00))
[debug] [XCUITest] Reset: fullReset not set. Leaving as is
[debug] [BaseDriver] Event 'resetComplete' logged at 1564040104917 (15:35:04 GMT+0800 (GMT+08:00))
[debug] [XCUITest] Crash reports root '/Users/sino/Library/Logs/CrashReporter/MobileDevice/xxx' does not exist. Got nothing to gather.
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1564040105173 (15:35:05 GMT+0800 (GMT+08:00))
[XCUITest] Setting up real device
[debug] [XCUITest] Verifying application platform
[debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneOS"]
[debug] [XCUITest] Installing '/var/folders/_d/hsmcfz9n48bbb2t9pf56gxd80000gn/T/2019625-40624-o7g8a6.qnu1f/Payload/xxx.app' on device with UUID 'xxxx'...
[XCUITest] Error: Could not install app: 'Unexpected response NO_RESOURCES'
[XCUITest] at IOSDeploy.install (/Users/xxx/Desktop/xxx/xxx/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:35:13)
I’m using appium 1.14.0-beta2 to test my app.But it failed when install the ipa on device.My device is iOS12.4 and Xcode is 10.3.And ios-deploy in my mac is 1.9.4.PLZ help me
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:44 (21 by maintainers)
Top Results From Across the Web
Guide to Fix the "unable to install .ipa file" Issue on iOS Devices
Unable to Install .ipa File on the Device · Check your internet connection, so that you can be sure that the error message...
Read more >Unable to install ipa through Xcod… | Apple Developer Forums
When you go to Devices and Simulators > Cmd-Click > Show Provisioning Profiles, if you don't see the profile in the list, it...
Read more >Cannot install ipa on device - ios - Stack Overflow
1 Answer 1 · Add your Device in Devices List. · Create an Adhoc Distribution Provisioning Profile. · Select and check all the...
Read more >.ipa file will not install on iOS | OutSystems
.ipa file will not install on iOS · Add your Device in the Devices List. · Create an Adhoc Distribution Provisioning Profile. ·...
Read more >App Install Failed - Error When I Deploy My ipa on an iOS ...
In this post, I wanted to give you a quick guide / cheat sheet for deploying your .ipa file. I will tell everyone...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mayureshshirodkar Yes!! It is a node issue. It works all good with node 10.16.x. It must have something to do with the fs module of nodejs. I will investigate that tomorrow
I met this issue too. using appium@beta, iOS 13.0 and Xcode 11