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

No such module 'TextToSpeechV1' #10

Closed flatworld21 closed 6 years ago

flatworld21 commented 6 years ago

/Users/user/Documents/text-to-speech-swift/Text to Speech/ViewController.swift:19:8: No such module 'TextToSpeechV1'

glennrfisher commented 6 years ago

Hi @flatworld21. Given the references to Text to Speech, I think this issue was intended for the text-to-speech-swift repository. But I'll answer it here.

The TextToSpeechV1 module is missing because you have not built it using the dependency manager, Carthage. Make sure you install Carthage then run carthage update --platform iOS from the project directory, as specified in the setup instructions.