[TIMOB-19288] Error on build to iOS device the second time
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-13T04:52:23.000+0000 |
Affected Version/s | Release 5.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-5.0.0, regression |
Reporter | Satyam Sekhri |
Assignee | Chris Barber |
Created | 2015-07-30T08:52:05.000+0000 |
Updated | 2015-09-14T01:12:00.000+0000 |
Description
The build fails on iOS device the second time without clean.
This is a regression as the issue does not occur with Ti SDK 4.1.0.GA
Steps to Reproduce:
1. Create a new project using "ti create"
2. Build the project to an iOS device. "ti build -p iOS -T device". The build and install happen successfully.
3. Again build the project to an iOS device. "ti build -p iOS -T device"
Actual Result:
An error is shown as follows:
[INFO] Installing app on device: AppcS iPhone6plus
[ERROR] Failed to install app on device (0xe8008019)
[ERROR] An error occurred during build after 9s 262ms
[ERROR] Failed to install app on device (0xe8008019)
The error code 0xe8008019 means you have a bad cert. If the iOS build detects this, it will print:
I'm not sure what else we can do to fix this problem. Perhaps the provisioning is bad? Perhaps the cert isn't on the device? This was reported with a really old build. If you can reproduce this with a newer build, then feel free to reopen.
Could not reproduce the issue Mac OS 10.10.5 Appc CLI NPM: 4.2.0-1 Appc CLI Core: 5.0.0-51 Titanium CLI: 5.0.1 SDK: 5.0.0.v20150911123911 Xcode: 7 GM
Could not reproduce with: 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 Appcelerator Studio, build: 4.3.0.201509031836 Xcode 7 GM Seed Closing.