Open lucasjinreal opened 7 years ago
When will be published Swift 4 compatible version of Moscapsule?
@Sunrise17 No idea, I try to using MQTTClient-Framework, which implement in pure oc, but when I call it in swift, seems can not work at all....
@jinfagang if you follow the adjustments in following link below; moscapsule will become compatible with Swift 4, now i am using without an issue.
@Sunrise17 Is it possible to install the version with those changes via CocoaPods?
@riccardoch, Yes it works without an issue.
@Sunrise17 but using pod 'Moscapsule', :git => 'https://github.com/flightonary/Moscapsule.git'
it doesn't download version 0.6. Am I doing something wrong?
@riccardoch, have you ever tried to update cocoapod and its repository ( sudo gem install cocoapods pod repo update) ? After you have updated, try to install pod again.
@Sunrise17 pod update
solved my issue, thanks
Consider of swift4 comptible?