-1

I have the certificate configured correctly, I was able to run the application on my device. But suddenly after making an In-App Purchase, I try to run the application and received the following error while building (this happen some days before, I didn't make any changes, try to run today and works, but after making the purchase the same):

Error CodeSign

Anyone has experience this issue (Could the purchase cause a codesign issue)? Any workaround?

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

0

check with below scenarios.

  1. Check the certificates in Keychain access, if they are present are not. If not then download from your apple developer account and download and install the development certificate.

  2. Check the Apple ID, Team and Certificates. Goto Xcode->Preferences->Accounts

check here your details, you are login or not and check apple id and team information and the last check manage certificates, click on it if you see iOS Development Certificates then you are correctly installed the certificates else you have to install the certificates with the correct method.

Priyanka Patil
  • 318
  • 1
  • 9