watson-developer-cloud / speech-to-text-swift

Speech-to-Text example using the Swift SDK
Apache License 2.0
34 stars 17 forks source link

Fix instructions to work with Swift 3.0.2 #1

Closed jsstylos closed 7 years ago

jsstylos commented 7 years ago

Attempting to follow the instructions with Swift 3.0.2 results in the error: "module compiled with swift 3.0 cannot be imported in swift 3.0.2".

A more robust (though slower) instruction example is: carthage update --platform iOS --no-use-binaries

schen22 commented 7 years ago

Thanks @jsstylos for pointing that out! Updated the README with your suggestion.