Skip to content

Error "ld: library 'clang_rt.osx' not found" after upgrading to Xcode 15 #9468

Answered by tleyden
tleyden asked this question in Q&A
Discussion options

You must be logged in to vote

Cleaning the target directory fixed it:

cd src-tauri
rm -rf target

I also ran a yarn upgrade before that to upgrade @tauri-apps/cli-darwin-arm64@1.5.9 to @tauri-apps/cli-darwin-arm64@1.5.11, but I don't think it made a difference.

Is manually deleting the target directory the best way to clean? I didn't see a cli option for this.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FabianLars
Comment options

@tleyden
Comment options

Answer selected by FabianLars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants