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
Describe the bug
编译好一个xcode工具链后,放到/Library/Developer/目录下,xcode中选择对应的工具链,然后执行打包,会报错Could not build module 'Foundation',已经设置index-store-path 为no了;
To Reproduce
Steps to reproduce the behavior.
git clone -b llvm-13.x https://github.com/heroims/obfuscator.git
cd obfuscator
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_CREATE_XCODE_TOOLCHAIN=ON -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi" -DLLVM_ENABLE_NEW_PASS_MANAGER=OFF ../llvm
make -j8
sudo make install-xcode-toolchain
mv /usr/local/Toolchains /Library/Developer/
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: macOS
Version: 14.4
cflag: -mllvm -fla -mllvm -bcf
Souce Code (please complete the following information):
Describe the bug
编译好一个xcode工具链后,放到/Library/Developer/目录下,xcode中选择对应的工具链,然后执行打包,会报错Could not build module 'Foundation',已经设置index-store-path 为no了;
To Reproduce
Steps to reproduce the behavior.
git clone -b llvm-13.x https://github.com/heroims/obfuscator.git
cd obfuscator
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_CREATE_XCODE_TOOLCHAIN=ON -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi" -DLLVM_ENABLE_NEW_PASS_MANAGER=OFF ../llvm
make -j8
sudo make install-xcode-toolchain
mv /usr/local/Toolchains /Library/Developer/
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Souce Code (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: