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

Getting error by fetching dependency CocoaAsyncSocket #1

Open
renpen opened this issue Apr 26, 2017 · 5 comments
Open

Getting error by fetching dependency CocoaAsyncSocket #1

renpen opened this issue Apr 26, 2017 · 5 comments
Assignees

Comments

@renpen
Copy link

renpen commented Apr 26, 2017

Hi,
installing the library with SPM throws the following error:
error: https://github.com/robbiehanson/CocoaAsyncSocket.git has no manifest for version 7.5.1

My package.swift:
import PackageDescription let package = Package( name: "SwiftSSDP", dependencies: [ .Package(url: "https://github.com/pryomoax/SwiftSSDP.git", majorVersion: 0, minor: 4)])
The other dependencies were fetched normally.

@happycodelucky
Copy link
Owner

CocoaAsyncSocket should not be in package.swift for SPM. It's a Objective-C library and SPM isn't able to (yet) deal with non-Swift build dependencies and README.md. I'll make the change, but you'll have to import CocoaAsync manually into your project.

Sorry about the unchecked build. I've been meaning to get around to trying setting up a CI.

@happycodelucky happycodelucky self-assigned this Apr 27, 2017
@alopix
Copy link

alopix commented Aug 6, 2017

Any progress on this? I still get the same error with the latest version.

@jhurliman
Copy link
Contributor

Same error here. I can try and put together a PR if that would be helpful but I'm just learning Swift Package Manager right now so it might take a bit.

@dcristolovean
Copy link

please add CocoaPods support, it's the most used at the moment and SwiftPM doesn't work now.

@happycodelucky
Copy link
Owner

Sorry for lagging guys. I'm trying to find spare cycles to get back into this module and improve it.

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

5 participants