contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Swift Tools version error

Open TonyBarganski opened this issue 2 years ago • 0 comments

I'm not an Apple dev but I followed an article I found on Google which instructed to run in Xcode:

File -> Swift Packages -> Update to Latest Package Versions

Did this and it started to reindex the files. Same issue.

$ make
./version-update.sh Sources/contacts-cli/version.json
Getting information from git
Modifying Sources/contacts-cli/version.json
./version-update.sh Sources/contacts-cli/version.json
Getting information from git
Modifying Sources/contacts-cli/version.json
swift build -c release
~/contacts: error: package at '~/contacts' is using Swift tools version 5.5.0 but the installed version is 5.3.0
make: *** [bin/contacts] Error 1

TonyBarganski avatar May 04 '22 07:05 TonyBarganski