I have the problem while attaching distribution certificates to Enterprise app. Xcode throwing an error
Provisioning profile doesn't include any certificate for which the matching private key is installed in the keychain (Xcode 8).
I have searched a lot but didn't find satisfactory answer for Xcode 8 (latest answer).
I have following queries on solutions I found in the internet:
Use Automatically manage signing: is it not going to create any issue for other apps using the same distribution certificate?
Export private key from older machine: https://stackoverflow.com/a/12867963/2741603 posted long ago, still is this going to work ? or do we have any other new alternatives?