Skip to content

v0.2.3

Compare
Choose a tag to compare
@glennrfisher glennrfisher released this 28 Mar 21:29
· 2375 commits to master since this release

This release fixes errors that would occur when building the Watson Developer Cloud iOS SDK with Xcode 7.3. In particular, it:

  • Removes the libogg and libopus libraries, which were causing build failures.
  • Modifies the Text to Speech implementation to use WAV instead of OPUS.
  • Repairs the corrupt WAV header returned by the Text to Speech service.
  • Updates dependencies to Xcode 7.3 and Swift 2.2 compatible releases.
  • Disables Xcode code coverage that caused errors with Xcode 7.3.
  • Updates the readme with information about using Xcode 7.3.

Please note that all binaries must be re-built for use with Xcode 7.3 and Swift 2.2. To do so, please run: carthage update --platform iOS --no-use-binaries