“Replace Hermes for the right configuration, if needed” error

When you try to create a custom expo dev client, I was seeing an error about hermes.

iOS Release build from XCode fails at "[CP-User] [Hermes] Replace Hermes for the right configuration, if needed"

I found this link on the GitHub issues where it was mentioned that I should remove .xcode.env.local. This file had only one line.

Anyways I was desperate and deleted the file. I ran npx expo run:ios and I don’t see the error anymore. Above GitHub issues thread also talks about a number of other different solutions.

Leave a comment