Page 1 of 1

PGR224U678

Posted: Thu Jan 23, 2014 11:08 pm
by Rafael Martínez

Build error

Most likely build error cause:

Code Sign error: The identity 'iPhone Developer: Rafael Mart\xC3\xADnez (PGR224U678)' doesn't match any valid, non-expired certificate/private key pair in your keychains

What does it mean?, cannot be used development certificates to compile?


PGR224U678

Posted: Thu Jan 23, 2014 11:27 pm
by Illya Stepanov

Hi -

You need a valid provisioning profile and cetificate to generate .ipa file.


PGR224U678

Posted: Thu Jan 23, 2014 11:36 pm
by Rafael Martínez

Yes, they are both valid.

We have tested with two certificates and two provisioning profiles, and if we use the bad certificate gives another error.

We can only compile in Appery with the production certificate and the provisioning profile for distribution.


PGR224U678

Posted: Fri Jan 24, 2014 12:01 am
by Illya Stepanov

Check your Bundle ID - the suggested format is “com.domainname.applicationname.”


PGR224U678

Posted: Fri Jan 24, 2014 3:53 pm
by Rafael Martínez

The bundle ID is ok (with the production certificate everything works well using the same bundle id).

We think that we are doing something wrong.... in any case, this is no longer important because we are forced to compile in XCode by incompatibility with ios7 of the ipa generated by Appery.

Thank you.