WrathChaos / StompClientLib

Simple STOMP Client library, Swift 3 and 4, 4.2, 5 compatible
https://www.freakycoder.com
MIT License
153 stars 81 forks source link

Should add Carthage #33

Closed baonguyena1 closed 5 years ago

baonguyena1 commented 5 years ago

I can't find carthage install, so please add it on carthage

WrathChaos commented 5 years ago

Hello @baonguyena1 , I just back to work :) I will add it to Carthage ASAP.

Tobisaninfo commented 5 years ago

I'm looking for a Stomp Client for iOS to use this with my java spring server and this library seems to be perfect. Hopping for coming carthage support soon, to use this library in my project

WrathChaos commented 5 years ago

Hello @Tobisaninfo, I will support the Carthage in this week, hopefully in some days :) I will notify you when it is done.

WrathChaos commented 5 years ago

Hello @baonguyena1 and @Tobisaninfo I have tested the Carthage support and it works for me :) Can you please test it and give me a feedback for it. I've closed the issue, if somethings wrong with you please re-open it. Have fun :)

Tobisaninfo commented 5 years ago

After having some troubleshoots with SocketRocket it worked great for me. Maybe you add this needed dependency to your readme. In addition I couldn't build SocketRocket using carthage, but this is not your business. Thanks for helping me.

WrathChaos commented 5 years ago

Hello @Tobisaninfo , I've also added this on ReadME :) Love to hear that it works for you. Have fun.

kientux commented 5 years ago

After having some troubleshoots with SocketRocket it worked great for me. Maybe you add this needed dependency to your readme. In addition I couldn't build SocketRocket using carthage, but this is not your business. Thanks for helping me.

I can't get SocketRocket to work too. Can you show me the instruction? Latest version of SocketRocket can't be build using Carthage, and if I use "master" version, it can build but throws error on runtime

Incompatible library version: StompClientLib requires version 1.0.0 or later, but SocketRocket provides version 0.0.0
WrathChaos commented 5 years ago

Hello @kientux, Unfortunately, I could not do anything for SocketRocket. Maybe @Tobisaninfo will help you how to solve it with his way.