I'm having trouble creating an IPA for OTA distribution.
We made an application for another company. This other company added me to their Enterprise account so that I can distribute it with a signature ID.
Create ipa with command line
Using the xcodebuild command, the archive I made using xcode, where I put the command as another company command, and plist, stating that I am building for Enterprise, I get this error:
No valid iOS signature identifiers belonging to the team [company team identifier of another company] were found.
Using Xcode
I tried to do this with Xcode, unchecking “Automatically manage my signature” in Xcode and choosing a different company, and then I get the following errors:
No signature certificate "iOS Distribution" found.
There is no "iOS Distribution" signature certificate corresponding to the team identifier [identifier of another company team] with the private key.
Is there something I need to download from the developer account? (I have already downloaded all the certificates ... I think) I can’t cancel the distribution certificate that they have, because this is not my company, and this can create problems for them.
Thank.
source
share