No local code signing identities found

I’m getting the same error as shown here intermittently.

I can’t see any of the replies on this thread to help me out. Any ideas?

Hi Shawn. This is usually caused by a typo or case difference in the profile name in xcode and fastlane.

If you set FL_OUTPUT_DIR: as an env, then fastlane will place all logs there and you can save as arifacts, that may help you troubleshoot the issuer easier.

If that doesn’t help, please open a ticket so we can dig in and take a look.

The error seemed to be benign, I’m not sure why but match wanted both the appstore and development profiles locally. After allowing it to get both and fixing some other downstream errors, this isn’t an issue anymore.