I am making a new app, and just started to try and launch on an actual phone but continue to get the error below
The certificate used to sign "APP" has either expired or has been revoked.
An updated certificate is required to sign and install the application.
Here is what I have tried to fix it
- Remove all certificates from developer account
- Remove all certificates from KeychainAccess
- Remove account from Xcode & close Xcode
- Re-add account to Xcode
- Check "Automatically manage signing" & have Xcode generate the signing
But I continue to get the error,
I have also tried manually generating a Certificate and manually Provisioning Profile, not using the "Automatically manage signing", and selecting the Profile which shows not build errors and when I click the info button says expires in 11 months and has all checkmarks
How can I fix this error?
Thank you very much for help in advance.
EDIT
I am now trying to do this manually, here are steps I take,
- Revoke all certificates and delete all Prov. Profiles From Member Center and Local Machine
- Create Certificate in member center with Keychain Access download and add the Cert to Keychain
- Make Provisional Profile in Member Center, download Profile and import profile into Xcode
- Run app, still get same error
What am I doing wrong?
Thanks