Reputation: 570
i have successfuly created provisioning certificates and tested the app on my device, but while uploading to appstore i got some error related with distribution profile, the error says " valid signing identity not found ".
while adding distribution certificate i got this error on organizer? anyone knows the solution? i tried recreating the certificate but the error remains?
thanks in advance
Upvotes: 0
Views: 188
Reputation: 22873
It seems that you don't have the certificate file installed on this mac system for the mobile provision. Either you are on a different mac machine or don't have distribution certificate. If you are on a different mac machine then you should export the certificate in .p12 format from keychain access from your previous mac (where you installed the certificate) or if you don't have a distribution certificate then create a distribution certificate.
Post in comments if you face any issue.
Upvotes: 0
Reputation: 8947
when you made the certificate signing request, you made a key, that key is deleted due to whcih you are getting this.
to overcome, make a new key, new certificate and then new profile again, bt make sure to delete all profiles matching to that first from your organizer
Upvotes: 2