ibm-bluemix-mobile-services / bluemix-simple-http-client-swift

SimpleHttpClient
Apache License 2.0
8 stars 14 forks source link

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

Open michaelknoch opened 6 years ago

michaelknoch commented 6 years ago

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 commented 6 years ago

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