[TIMOB-19291] iOS: Cannot install Adhoc builds on iOS 9 device
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-14T00:45:13.000+0000 |
Affected Version/s | Release 5.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-5.0.0 |
Reporter | Eric Wieber |
Assignee | Chris Barber |
Created | 2015-07-30T17:17:07.000+0000 |
Updated | 2015-09-14T01:13:12.000+0000 |
Description
An error is shown while trying to install an Adhoc build to a iOS 9 device
*Steps to reproduce*:
1. Create a new titanium project using "appc new"
2. Go to the project folder and try to build the project to iOS 9 device using "appc run -p ios -T dist-adhoc"
*Actual Result*:
An error is shown
[INFO] Installing app on device: AppC S iPhone6
[ERROR] Failed to copy app to device (0xe8000005)
[ERROR] An error occurred during build after 26s 626ms
[ERROR] Failed to copy app to device (0xe8000005)
*Expected Result*:
The app installs and runs without error
*Notes*:
If I lower my SDK to 4.1.0.GA, I still get the error
The error 0xe8000005 is a MobileDevice error. Unfortunately, MobileDevice is a private framework and the meaning of 0xe8000005 is unknown. There are only a few error codes that we've actually figure out what they mean. Furthermore, SDK 4.2.0.v20150730093157 is very old. I'm not surprised you ran into this issue. Please re-test with the latest 5_0_X build.
I'm confused by this. Ad-hoc builds never installed to device as part of the build process. I was unable to reproduce this (the build was created as expected - still didn't install to device) using: Mac OS 10.10.3 Alloy: 1.7.7 Titanium CLI: 5.0.3 Appc CLI: 5.0.0-51 Appc CLI NPM: 4.2.0-8 Titanium SDK version 5.0.0.v20150911123911 Xcode 7 GM Seed The ipa installed and launched as expected on iPhone 6 running iOS 9 delivered with GM seed
Closing as unable to reproduce.