I got it working!
Hey all.
Just wanted to post and let you know that I had exactly this problem myself recently, and after much messing around and head-scratching, managed to figure it out.
My problem was that I was exporting my private key, but the self-signed certificate I have used as the root certificate to create and sign my private key from was not being exported. So, I assume, when I imported my private key into my other development machine, the private key could not be verified, and therefore failed to work in XCode Organiser.
Exporting the self-signed root certificate as well as the private key fixed it for me.
I hope that helps someone else!
|