Errors when using custom dev client

Hey, sorry I didn’t answer. This was actually a super helpful post. I didn’t know about the possilbility to build with --local befor and that was what kept me from using eas.

Now, the problem is that when I’m running eas build --profile development --platform ios --local, I get the following error:

Error: Distribution certificate with fingerprint <redacted> hasn't been imported successfully

Which then aborts the build process.

This error has been reported previously here and here.

But it’s not clear to me which certificates should be deleted from which of the keychains, like
wkozyra’s answers make clear as well.

Any ideas how I could proceed?

Thanks!