Last Updated: February 25, 2016
·
1.435K
· netbe

Signer did not match any installed provisioning profile

I have got recently an issue with code signing during the installation process of the application on the device.

"Unable to Download App. "My App Name" could not be installed at this time."

In the console log, I found this message.

Signer did not match any installed provisioning profile

The bundle ID was set correctly but I realized the Signing Certificate was a Distribution certificate instead of a Development certificate. Using the correct certificate resolved the issue.

The surprising thing is that the code signing step worked without issue (signing an app for development with a Distribution certificate).