Closed
Description
I have updated SwiftPackageList to 1.4.0. This caused a package called swift-argument-parser
v1.0.3 to get added to the SPM. Is this OK?
Following the new instructions, I downloaded project and ran make update
and received the following error:
sh uninstall.sh
sh: uninstall.sh: No such file or directory
make: *** [update] Error 127
Thought I would try uninstall and install:
make uninstall
returns rm -f "/usr/local/bin/swift-package-list"
make install
returns the following:
swift build --configuration release
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.3 (0.62s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.0.3
[13/13] Build complete!
cp -f ".build/release/SwiftPackageListCommand" "/usr/local/bin/swift-package-list"
cp: .build/release/SwiftPackageListCommand: No such file or directory
make: *** [install] Error 1
Am I doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels