vorillaz
vorillaz

Reputation: 6286

iOS building failed

This problem drives me nuts, I have followed the instructions from this tutorial

Allthough my simulator working, on my real device I am getting this error

Code Sign error: The identity 'com.apple.ubiquity.peer-uuid.F300F182-DEBA-49E2-XXXX-844DCBE14D85' doesn't match any valid, non-expired certificate/private key pair in your keychains

Upvotes: 0

Views: 306

Answers (1)

Sumanth
Sumanth

Reputation: 4921

The certificate installed in the application which is provided by tutplus is not matching to the provisional profile of your device so change the certificate to your own certificate which was signed to your provisional certificate of your device then the error will be removed

Upvotes: 1

Related Questions