Skip to content

Commit 75809b7

Browse files
committed
try to fix
1 parent 6fff03f commit 75809b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

App/scripts/pod-install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ cd "$(dirname "$0")"
44
cd ..
55
cd ios
66
echo "Cocoapods version: $(pod --version)"
7+
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
78
pod install

0 commit comments

Comments
 (0)