Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling failed with " Showing All Errors Only The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture. (in target 'clang_rt.builtins_i386_osx' from project 'CompilerRT')" #9835

Open
Sred1992 opened this issue Jan 15, 2025 · 0 comments

Comments

@Sred1992
Copy link

I met this error because I want to build swift project on my computer. After I cloned swift code to local, I executed ./utils/update-checkout --tag swift-6.0.3-RELEASE --clone. The folder looks like this.

Image

Then I executed utils/build-script --release-debuginfo --debug-swift-stdlib --xcode --skip-ios --skip-watchos --skip-tvos --skip-early-swiftsyntax --skip-build-benchmarks --swift-darwin-supported-archs="$(uname -m)" at swift-project -> swift.

After that I got some projects at swift-project -> build -> Xcode-RelWithDebInfoAssert+stdlib-DebugAssert.

Image

Next I clicked into llvm-macosx-arm64, then opened LLVM.xcodeproj to build.

Image

Finally I got the error mentioned in the title.

Image

How can I remove this i386 architecture? I don't know where to remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant