watson-developer-cloud / visual-recognition-coreml

Classify images offline using Watson Visual Recognition and Core ML
Apache License 2.0
490 stars 77 forks source link

Fix RestKit runtime error #36

Closed AnthonyOliveri closed 6 years ago

AnthonyOliveri commented 6 years ago

The Watson Swift SDK experienced some major changes in version 0.33.0. One such change was the separation of RestKit from the Swift SDK. All apps using Carthage now need to separately add RestKit.framework in addition to the frameworks for whatever services the app needs to use.

I also hard-coded the swift-sdk version in the Cartfile to 0.33.0. Since these are pre-release versions, and breaking changes can/do occur, it is vital to specify an exact version to prevent such critical bugs in the future.