Failed to sign framework

I followed instruction in: have created the provisioning file according to: but I build th eapp for iOS, I get the error:

Is there a way to know the root cause of this error?

Thanks a lot, I am struggling and rebuilt many times the profiles without success.

Unfortunately, that's all of the information that the codesign utility gives when signing fails. With your permission, I can access your project and keystore on the build server to run some additional tests.

Hello,
I have the same signature problem.

If you're moving a project from the old test server to the production server, or moving between production servers, the error is most likely due to a mismatch between the keystore used to generate the certificate signing request on the original server and keystore on the new server. Please see the following post about how to migrate projects between the servers while maintaining the ability to sign the final binary:

In particular, always make sure to back up any keystores you are using as for security reasons we have no way to recover them.

Ok
It's done
Thanks a lot