[GH-ISSUE #2541] [Bug] Build error on Mac Studio, macOS 13.3.1 #1095

Closed
opened 2026-03-23 20:45:24 +00:00 by mirror · 0 comments
Owner

Originally created by @mzch on GitHub (May 16, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2541

Bug Description

I followed your document and enter cargo command, the linker error happened:

ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Yes, there isn't such a library. Coud anyone help me?

OS: macOS 13.3.1a
Xcode: 14.3
cargo: 1.69.0
Flutter: 3.10.0
Mac: Mac Studio (M1 Ultra)

How to Reproduce

Run cargo make --profile production-mac-arm64 appflowy

Expected Behavior

Build Appflowy successfully.

Operating System

macOS 13.3.1a

AppFlowy Version(s)

0.1.5

Screenshots

No response

Additional Context

No response

Originally created by @mzch on GitHub (May 16, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2541 ### Bug Description I followed [your document](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/environment-setup/building-on-macos) and enter `cargo` command, the linker error happened: ``` ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a clang: error: linker command failed with exit code 1 (use -v to see invocation) ``` Yes, there isn't such a library. Coud anyone help me? OS: macOS `13.3.1a` Xcode: `14.3` cargo: `1.69.0` Flutter: `3.10.0` Mac: Mac Studio (M1 Ultra) ### How to Reproduce Run `cargo make --profile production-mac-arm64 appflowy` ### Expected Behavior Build Appflowy successfully. ### Operating System macOS 13.3.1a ### AppFlowy Version(s) 0.1.5 ### Screenshots _No response_ ### Additional Context _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1095
No description provided.