Skip to content
New issue

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

Can't build with SPM #5

Closed
MarvinNazari opened this issue Mar 19, 2018 · 1 comment
Closed

Can't build with SPM #5

MarvinNazari opened this issue Mar 19, 2018 · 1 comment

Comments

@MarvinNazari
Copy link

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

// 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"]),
    ]
)
@MarvinNazari
Copy link
Author

MarvinNazari commented Mar 19, 2018

sorry, i will close this as its duplicate of #1

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

No branches or pull requests

1 participant