wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

Why include ReactiveCocoa if you are not using any part of it? #6

Closed KyleLeneau closed 10 years ago

KyleLeneau commented 10 years ago

Static libraries that have similar dependencies with other 3rd party libraries make it extremely difficult for us to integrate with your SDK. My app uses AFNetworking and ReactiveCocoa but I can't compile my app when I'm using your framework due to linker errors. Make even less sense why your including a library that your not taking advantage of.

blandinw commented 10 years ago

Absolutely, it is a vestige of a previous version. I'll get rid of that right away. Same goes for AFNetworking.

blandinw commented 10 years ago

See #4