File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -548,3 +548,22 @@ clang: error: linker command failed with exit code 1 (use -v to see invocation)
548548```
549549It's a known issue for Xcode version 15.1.
550550Mitigation: update to most recent Xcode version, clean and rebuild.
551+
552+ - If you encounter issues with missing abseil-cpp or re2, try running `git submodule update --init --recursive` to pull in those submodules.
553+ Example error:
554+ ```
555+ CMake Error at runner/CMakeLists.txt:68 (add_subdirectory):
556+ The source directory
557+
558+ /Users/../executorch/extension/llm/tokenizers/third-party/abseil-cpp
559+
560+ does not contain a CMakeLists.txt file.
561+
562+
563+ CMake Error at runner/CMakeLists.txt:72 (add_subdirectory):
564+ The source directory
565+
566+ /Users/../executorch/extension/llm/tokenizers/third-party/re2
567+
568+ does not contain a CMakeLists.txt file.
569+ ```
You can’t perform that action at this time.
0 commit comments