Reputation: 1761
I have an iOS app I created for a client. The client has provided me with a distribution provisioning profile, a .p12 key and a developer certificate.
I now want to sign my app using the provisioning profile provided by the client. I have previously signed my other apps with provisioning profile from my Apple id. I need to know how I can sign it with the client provisioning profile.
Any help is appreciated. Thanks.
Upvotes: 1
Views: 1199
Reputation: 1693
Maybe you need to login in Xcode account with the account from that team?
Xcode
-> Preferences
-> Accounts
and add account that connected to your team.
Upvotes: 0
Reputation:
Install client certificate on your system and set the certificate and provisioning profile in signing.
Upvotes: 0