Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19288] Error on build to iOS device the second time

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionCannot Reproduce
Resolution Date2015-09-13T04:52:23.000+0000
Affected Version/sRelease 5.0.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-5.0.0, regression
ReporterSatyam Sekhri
AssigneeChris Barber
Created2015-07-30T08:52:05.000+0000
Updated2015-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)

Comments

  1. Chris Barber 2015-09-13

    The error code 0xe8008019 means you have a bad cert. If the iOS build detects this, it will print:
       Chances are there is a signing issue. Clean the project and try building the project again.
       
    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.
  2. Satyam Sekhri 2015-09-13

    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
  3. Eric Merriman 2015-09-14

    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.

JSON Source