You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Trying to build libs for macOS, iOS, and android.
Followed the installation guide both MediaPipe and from your repo.
MediaPipe "HelloWorld" proj works.
When I try to run make cpu, make ios_arm64 or make android_arm64 I get toolchain errors
For make ios_arm64:
ERROR: While resolving toolchains for target @org_tensorflow//tensorflow/tools/git:gen_git_source: No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type. Maybe --incompatible_use_cc_configure_from_rules_cc has been flipped and there is no default C++ toolchain added in the WORKSPACE file? See https://github.com/bazelbuild/bazel/issues/10134 for details and migration instructions.
ERROR: Analysis of target '//mediapipe_api/objc:MediaPipeUnity' failed; build aborted: No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type. Maybe --incompatible_use_cc_configure_from_rules_cc has been flipped and there is no default C++ toolchain added in the WORKSPACE file? See https://github.com/bazelbuild/bazel/issues/10134 for details and migration instructions.
INFO: Elapsed time: 1.120s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (1 packages loaded, 3626 targets c\
onfigured)
System: MacBook Pro M1
OS: Big Sur
Bazel: 3.7.2
Xcode: 12.4
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi. Trying to build libs for macOS, iOS, and android.
Followed the installation guide both MediaPipe and from your repo.
MediaPipe "HelloWorld" proj works.
When I try to run make cpu, make ios_arm64 or make android_arm64 I get toolchain errors
For make ios_arm64:
System: MacBook Pro M1
OS: Big Sur
Bazel: 3.7.2
Xcode: 12.4
Thanks in advance.
The text was updated successfully, but these errors were encountered: