'Appery.io iOS build error "Invalid pair of Provision Profile and Certificate"
I have generate provision certificate using developer key provide by Apple but getting following error
Invalid pair of Provision Profile and Certificate. Provisioning profile was not signed with a given developer certificate. Please open the project, then go to Project/App Settings/iOS binary IPA properties to check it.
Solution 1:[1]
The solution was returned to you in the error message: "Invalid pair of Provision Profile and Certificate"
It seems you didn't add this certificate into your provision profile or use another provision profile.
Just generate a new pair or them, and run the build again
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Serhii Kulibaba |
