Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24494] iOS: Need to filter out provisioning profiles that don't contain the selected cert

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS, Tooling
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2017-03-16T23:05:03.000+0000
Updated2017-03-16T23:05:03.000+0000

Description

It's possible to select a non-enterprise cert and an enterprise ad hoc provisioning profile and the build system will allow the build to run, but it will fail when Xcode signs the app. It would be great if the build could validate the provisioning profiles based on the selected cert before building. ioslib gives us the cert in PEM format and the provisioning profiles have a list of base64 encoded certs. There needs to be some conversion before comparing them.

Comments

No comments

JSON Source