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