How do I sign an unsigned IPA?
问题 I have generated an IPA file unsigned with xcodebuild utility and now my customer want to sign it. It is possible to sign it with an existing provisioning file generated with a developer account? Another question, it is possible to use a command line related to xcode to do this? 回答1: An IPA is simply a .zip archive. Here is a example script to get the idea IPA=$1 PROVISION="/path/to/nameOfProfile.mobileprovision" CERTIFICATE="iPhone Developer: nameOfCertificate (2472ZKDHVF2A)" # must exist in