[TIMOB-24494] iOS: Need to filter out provisioning profiles that don't contain the selected cert
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-03-16T23:05:03.000+0000 |
Updated | 2017-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.
No comments