这是indexloc提供的服务,不要输入任何密码
Skip to content

Xcode 26.1: missing LC_UUID load command #103590

@adamjstewart

Description

@adamjstewart

Issue type

Build/Install

Have you reproduced the bug with TensorFlow Nightly?

No

Source

source

TensorFlow version

2.20.0

Custom code

No

OS platform and distribution

macOS Tahoe 26.0.1

Mobile device

No response

Python version

3.13.8

Bazel version

7.7.0

GCC/compiler version

Apple Clang 17.0.0

CUDA/cuDNN version

No response

GPU model and memory

No response

Current behavior?

I'm trying to compile TF 2.20.0 but it seems to be broken on macOS Tahoe.

ERROR: /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/external/com_google_protobuf/upb/lex/BUILD:14:11: Compiling upb/lex/atoi.c failed: (Aborted): wrapped_clang failed: error executing CppCompile command (from target @@com_google_protobuf//upb/lex:lex)
dyld[80320]: missing LC_UUID load command in /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/execroot/org_tensorflow/bazel-out/darwin_arm64-opt-exec-ST-0465588ec812/bin/external/local_config_apple_cc/wrapped_clang
dyld[80320]: missing LC_UUID load command
ERROR: /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/external/zlib/BUILD.bazel:5:11: Compiling adler32.c [for tool] failed: (Aborted): wrapped_clang failed: error executing CppCompile command (from target @@zlib//:zlib) 
dyld[80337]: missing LC_UUID load command in /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/execroot/org_tensorflow/bazel-out/darwin_arm64-opt-exec-ST-0465588ec812/bin/external/local_config_apple_cc/wrapped_clang
dyld[80337]: missing LC_UUID load command
ERROR: /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/external/XNNPACK/BUILD.bazel:455:36: Compiling src/f32-vsin/gen/f32-vsin-neon-rational-5-4-div.c failed: (Aborted): wrapped_clang failed: error executing CppCompile command (from target @@XNNPACK//:neon_prod_microkernels)
dyld[80328]: missing LC_UUID load command in /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/execroot/org_tensorflow/bazel-out/darwin_arm64-opt-exec-ST-0465588ec812/bin/external/local_config_apple_cc/wrapped_clang
dyld[80328]: missing LC_UUID load command
ERROR: /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/external/XNNPACK/BUILD.bazel:455:36: Compiling src/f32-vunary/gen/f32-vneg-neon.c failed: (Aborted): wrapped_clang failed: error executing CppCompile command (from target @@XNNPACK//:neon_prod_microkernels) 
dyld[80308]: missing LC_UUID load command in /private/var/folders/jv/cgkfvslj6nq1l7cw0c8c_8gm0000gn/T/spackaiwn1722/a98f1f43e4a00364c6514b4af39f9dbd/execroot/org_tensorflow/bazel-out/darwin_arm64-opt-exec-ST-0465588ec812/bin/external/local_config_apple_cc/wrapped_clang
dyld[80308]: missing LC_UUID load command

I would expect this to work.

Standalone code to reproduce the issue

> bazel build //tensorflow/tools/pip_package:wheel

Relevant log output

Possibly related to #102864, #100434. Opening a separate issue because this is not restricted to iOS builds.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions