Swift Package Manager install, missing manifest info
trevor-sonic opened this issue · 2 comments
trevor-sonic commented
I tried to add on Xcode, it gives following error: (when add the version till the major 9.0.0)
The manifest is missing a Swift tool version specification; consider prepending to to the man...
Installing by branch master is installing.
- Library setup method: Swift Package Manager.
- Version of the library: 8.0.x
- Xcode version: 13.2.1
- OS version iOS: 15.x
ChrisMarshallNY commented
The package file has the standard // swift-tools-version:5.5
At the top.
trevor-sonic commented
I could only install by choosing branch->master which can be a solution for the moment.
Thanks for reply.