I'm trying to make an app store build for a project that I recently inherited. After downloading and importing the distribution certificate, Xcode (naturally, since I don't have the private key) fails with "...doesn't match any valid, non-expired certificate/private...". I suppose I can create a new distribution cert but I prefer to use the existing one. Will it be sufficient to obtain and import the private key into my keychain?
Asked
Active
Viewed 209 times
1 Answers
2
Short answer: Yes. Export it from the other machine and import it back to your keychain.

Christoph Winkler
- 6,278
- 1
- 18
- 18
-
You should give the long answer, less suspense. – dgund Apr 21 '12 at 00:20