We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, Im trying to build the project with SPM, but getting
error: noManifest(baseURL: "https://github.com/robbiehanson/CocoaAsyncSocket.git", version: Optional("7.6.2"))
this is my Package.swift, and Im just doing swift package resolve
Package.swift
swift package resolve
// swift-tools-version:4.0 import PackageDescription let package = Package( name: "Heos", products: [ .executable(name: "heos", targets: ["Heos"]), ], dependencies: [ .package(url: "https://github.com/pryomoax/SwiftSSDP.git", .branch("master")) ], targets: [ .target( name: "Heos", dependencies: ["SwiftSSDP"]), ] )
The text was updated successfully, but these errors were encountered:
sorry, i will close this as its duplicate of #1
Sorry, something went wrong.
No branches or pull requests
Hey, Im trying to build the project with SPM, but getting
this is my
Package.swift
, and Im just doingswift package resolve
The text was updated successfully, but these errors were encountered: