Error when build ios #1962
Replies: 1 comment 2 replies
-
hi @lichongting Do you have git installed? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to ios and when I compile platform/ios as per re ad me, I get the following error:
lichongting@lichongtingdeMac ios % bazel run //platform/ios:App Starting local Bazel server and connecting to it... INFO: Analyzed target //platform/ios:App (72 packages loaded, 6350 targets configured). INFO: Found 1 target... ERROR: /Users/lichongting/Workspace/maplibre-native/BUILD.bazel:119:8: Executing genrule //:git_hash failed: (Exit 127): bash failed: error executing command (from target //:git_hash) /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; git rev-parse HEAD > bazel-out/ios-x86_64-min12.0-applebin_ios-ios_x86_64-fastbuild-ST-41567f1bc2e5/bin/hash ' : command not found Target //platform/ios:App failed to build Use --verbose_failures to see the command lines of failed build steps. INFO: Elapsed time: 23.384s, Critical Path: 0.84s INFO: 9 processes: 9 internal. FAILED: Build did NOT complete successfully ERROR: Build failed. Not running target
Can someone help me or explain the reason for this error? thanks
Beta Was this translation helpful? Give feedback.
All reactions