rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

JKVValue Not compatible with watch os #120

Closed marcolettieri closed 7 years ago

marcolettieri commented 7 years ago

[!] The platform of the target WatchKit Extension (watchOS 2.0) is not compatible with JKVValue (1.3.2), which does not support watchos.

michaelklishin commented 7 years ago

Unless there is a JKValue version that is compatible, this is an issue for JKValue itself. So, is there a compatible version we can try depending on?

Needless to say the last environment where we expected this client to be used is WatchOS :)

marcolettieri commented 7 years ago

I haven't found a jkvalue github or issue tracker

michaelklishin commented 7 years ago

Well, take a look at Cartfile and you'll find https://github.com/jeffh/JKVValue references there ;)