[TIMOB-23850] iOS: Unable to package project. Provisioning Profile doesn't include signing cert
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-09-01T03:42:59.000+0000 |
Affected Version/s | Release 5.5.0 |
Fix Version/s | Release 5.5.0 |
Components | iOS, Tooling |
Labels | qe-5.5.0 |
Reporter | Eric Wieber |
Assignee | Chris Barber |
Created | 2016-08-31T22:09:08.000+0000 |
Updated | 2016-09-01T18:11:01.000+0000 |
Description
I am unable to package (adhoc or App Store build) my projects. I get the below error:
ERROR] Error details: Provisioning profile "Any App AppStore Distribution" doesn't include signing certificate "iPhone Developer: QE Department (C64864TF2L)".
[ERROR] Error details: Code signing is required for product type 'Application' in SDK 'iOS 10.0'
*Steps to reproduce issue*
1. Create a new project
2. Build that project for Adhoc or the App Store
*Expected Results*
The project is packaged without error
*Actual Results*
The above error is encountered
*Notes*
The signing certificate that the error says is not included in the profile is the development certificate, not the distribution certificate that I selected on build.
Xcode 7.3.1 is able to package without issue on the current 5.5.0 stack
TiSDK master PR: https://github.com/appcelerator/titanium_mobile/pull/8298 TiSDK 6_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/8299 TiSDK 5_5_X PR: https://github.com/appcelerator/titanium_mobile/pull/8300
CR AND FT PASSED. APPROVED.
Verified fixed, using: MacOS 10.12 (16A239m) Studio 4.7.1.201608190732 Ti SDK 5.5.0.v20160831204306 Appc NPM 4.2.7 Appc CLI 5.5.0-5 Alloy 1.9.1 Xcode 8.0 (8S201h) Able to package an app for adhoc and the App Store without issue. Tested by creating Alloy and classic apps in Studio and the CLI, then packaging them for adhoc/App store. All succeeded without error.