Xcode using manual signing with fastlane

Problem:

Unable to run app on physical device after switching coding sign to manual from Automatic.
Xcode pop "The certificate used to sign has either expired or has been revoked"

Cause:

Artifact with deprecated certificate.

Solution:

Product > Clean

https://stackoverflow.com/questions/36689116/certificate-has-either-expired-or-has-been-revoked

First of all clean the project by holding Shift(⇧)+Command(⌘)+K or Select Product > Clean
Then
Go to XCode Menu> Preference
Select Account > Team > View Details
Select any Provisioning profile from Provisioning Profiles list
Right click > Select Show in Finder. Then you will see all lists of provisioning profiles
Select all provisionaling list from the folder and move it to trash
Download All provisioning profiles by clicking Download All below Provisioning Profile lists.

你可能感兴趣的:(Xcode using manual signing with fastlane)