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

product dependency not found error when using swift-tools-version:4.0 #22

Open
michaelknoch opened this issue Sep 25, 2017 · 1 comment

Comments

@michaelknoch
Copy link

michaelknoch commented Sep 25, 2017

im am receiving errors when using swift-tools-version:4.0.
any ideas how to fix?

error: product dependency 'OpenSSL' not found
error: product dependency 'CEpoll' not found
error: product dependency 'Signals' not found
Updating https://github.com/ibm-bluemix-mobile-services/bluemix-simple-http-client-swift.git

when adding to package.swift like

// swift-tools-version:4.0

import PackageDescription

let package = Package(
    name: "xx",
    products: [
       ...
    ],
    dependencies: [
         ...
        .package(url: "https://github.com/ibm-bluemix-mobile-services/bluemix-simple-http-client-swift.git", from: "0.7.0")
    ],
    targets: [
       ...
    ]
)
@christiancompton
Copy link
Collaborator

Hi @michaelknoch - I apologize for just seeing this now. Are you still having the problems above?

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

2 participants