Skip to content

Fix App workspace Package.resolved (remove dead CommandLine dependency)#95

Merged
onevcat merged 1 commit intomasterfrom
fix/remove-stale-app-package-resolved
Feb 10, 2026
Merged

Fix App workspace Package.resolved (remove dead CommandLine dependency)#95
onevcat merged 1 commit intomasterfrom
fix/remove-stale-app-package-resolved

Conversation

@onevcat
Copy link
Copy Markdown
Owner

@onevcat onevcat commented Feb 10, 2026

Fixes #94.

The App Xcode workspace was carrying an old v1 Package.resolved that still pinned https://github.com/benoit-pereira-da-silva/CommandLine.git (now 404), causing Xcode to fail when resolving packages.

This PR updates the App workspace Package.resolved to the current v3 format after re-resolving dependencies, which drops the removed CommandLine repo.

How to verify:

  • xcodebuild -resolvePackageDependencies -project App/fengniao.xcodeproj -scheme FengNiao
  • or open App/fengniao.xcodeproj in Xcode and let it resolve packages.

Update the App project's workspace Package.resolved to current v3 format and drop the removed benoit-pereira-da-silva/CommandLine dependency.
@onevcat onevcat merged commit 5e9ee68 into master Feb 10, 2026
1 check passed
@kattouf
Copy link
Copy Markdown

kattouf commented Mar 6, 2026

Do you have a plan to make a release with that fix in the near future?
Right now, because of a source problem, it is not possible to install FengNiao release versions via mint or mise.

@onevcat
Copy link
Copy Markdown
Owner Author

onevcat commented Mar 6, 2026

Released as 0.12.0. Thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installation fails benoit-pereira-da-silva/CommandLine.git does not exist anymore

3 participants