After upgrading Mac to El Capitan and Xcode to 7.2 code signing stopped working for me. When I try to validate or export an achive Xcode tells me that I do not have matching signing assets. I believe the relevant log message is this:
Disqualifying <DVTSigningCertificate: AC; name='iPhoneDevShyrokov (X)', hash='F', certificateKind='1.2.840.113635.100.6.1.2'> due to certificateKind (input 1.2.840.113635.100.6.1.4 doesn't match 1.2.840.113635.100.6.1.2)I know what signing certificate should be matched to what provisioning profile, but the match fails. It tells me that my signing certificate has certificateKind 1.2.840.113635.100.6.1.2, while my provisioning profile has 1.2.840.113635.100.6.1.4. I tried regenerating my certificate, but it still had the same kind (ending with 2). Any suggestions how I can resolve this?
Thanks.