Sharing a provisioning profile among team members under a non-company subscription

Let's say there are two iOS developers using 4 computers in total, working on the same project. Because code signing information in the Xcode project file gets checked in to the source repo, and because they can't share the same provisioning profile, it becomes a headache for obvious reasons.

I know it's possible to use your own certs and prov. profiles on multiple computers, but is there a way to share at least the prov. profile (for development) between individuals without a company subscription?

Thanks.


Solution 1:

Provisioning Profiles can be shared without problems between developers. For them to be valid and usable, though, having both Public and Private keys is needed.

The Public key is stored in the Certificate whilst the Private has to be exported from the certificate's creator Keychain App.