Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Aug 2, 2024
1 parent 6fff03f commit 75809b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/scripts/pod-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 75809b7

Please sign in to comment.