Skip to content

Commit

Permalink
Additional info in an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybutov committed Sep 6, 2023
1 parent 6bb8a52 commit af9f15b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ if $USE_HERMES; then
HERMES_EXECUTABLE="$PROJECT_ROOT_DIR/ios/Pods/hermes-engine/destroot/bin/hermesc"

if [ ! -f "$HERMES_EXECUTABLE" ]; then
echo "Error: The Hermes compiler executable for iOS was not found in the expected location: $HERMES_EXECUTABLE"
echo "Error: The Hermes compiler executable for iOS was not found in the expected location: $HERMES_EXECUTABLE . Did you run pod install in the ios/ directory?"
exit 1
fi

Expand Down

0 comments on commit af9f15b

Please sign in to comment.