can't resolve symbol _swift_task_create
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
Installed with brew install xcodes
Homebrew 3.6.11
Homebrew/homebrew-core (git revision d1177035fe0; last commit 2022-11-21)
When trying to run xcodes I get
dyld: lazy symbol binding failed: can't resolve symbol _swift_task_create in /usr/local/bin/xcodes because dependent dylib @rpath/libswift_Concurrency.dylib could not be loaded
dyld: can't resolve symbol _swift_task_create in /usr/local/bin/xcodes because dependent dylib @rpath/libswift_Concurrency.dylib could not be loaded
Abort trap: 6
Location of libswift_Concurrency.dylib on machine is /Library/Developer/CommandLineTools/usr/lib//swift-5.5/macosx/libswift_Concurrency.dylib
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure from brew install xcodes and running xcodes on macOS. Inspect how the executable locates libswift_Concurrency.dylib and compare that with the installed Command Line Tools path; done means xcodes starts without the dyld symbol-binding error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100