XcodesOrg / XcodesOrg/xcodes

can't resolve symbol _swift_task_create

Open
#247 5 comments 2 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.