From 75809b7d8ca1767c89bfda1780bfce1c7aed5c1a Mon Sep 17 00:00:00 2001 From: Pokai Chang Date: Fri, 2 Aug 2024 22:29:47 +0800 Subject: [PATCH] try to fix --- App/scripts/pod-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/App/scripts/pod-install.sh b/App/scripts/pod-install.sh index 54b7ee10..21b33675 100755 --- a/App/scripts/pod-install.sh +++ b/App/scripts/pod-install.sh @@ -4,4 +4,5 @@ cd "$(dirname "$0")" cd .. cd ios echo "Cocoapods version: $(pod --version)" +pod update hermes-engine --no-repo-update # It seems like you've changed the version of the dependency `hermes-engine` and it differs from the version stored in `Pods/Local Podspecs`. You should run `pod update hermes-engine --no-repo-update` to apply changes made locally. - IDK why commiting the updated Podfile.lock doesn't work, so we're doing this here pod install