I\'m trying to set up continuous builds/integration for a stable of iPhone apps.
I have:
Ok this took me almost half a day to figure out but I now have it working. I was following this article.
The article shows adding the cert like this with the -A option but this didn't work for me.
security import "ADistribution.p12" -k appledev -f pkcs12 -A -P ""
This question mentioned the -T option which did work for me.
security import "Distribution.p12" -k appledev -f pkcs12 -P "" -T /usr/bin/codesign