Xcode errors on first use since opening terminal with some command line tools
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
When I first run a command like man I get these errors.
errors
2022-05-29 11:43:45.494 xcodebuild[7321:36888] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-05-29 11:43:45.494 xcodebuild[7321:36888] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
I have the commandline tools installed and they point to the correct version of Xcode witch is currently selected
xcode-select -p'
/Applications/Xcode-13.4.0.app/Contents/Developer`
'xcodes installed '
'13.4 (13F17a) (Selected) /Applications/Xcode-13.4.0.app'
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 first man invocation after opening Terminal, then compare xcode-select -p with the xcodes output for the selected Xcode 13.4.0 installation. Investigate the command-line-tools and Xcode selection flow related to the reported xcodebuild extension errors. Done when the first command no longer emits these errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- cli, operating-systems, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100