emqx / CocoaMQTT

MQTT 5.0 client library for iOS and macOS written in Swift
https://www.emqx.com/en
Other
1.58k stars 413 forks source link

No such module 'MqttCocoaAsyncSocket' #479

Closed ravi-lirisoft closed 1 year ago

ravi-lirisoft commented 1 year ago

Unable to build Example app using master branch or version 2.0.6

Screen Shot 2022-09-21 at 9 08 35 AM

Since we are in the integration phase, quick fix would be appreciated.

Thanks.

leeway1208 commented 1 year ago

Hi. Trying to search ‘https://github.com/leeway1208/CocoaAsyncSocket’ and install it. Thanks.

install
ksd commented 1 year ago

I get the exact error. Rolling back to version 2.0.4 fixed this.

ravi-lirisoft commented 1 year ago

I get the exact error. Rolling back to version 2.0.4 fixed this.

I did the same to resolve this issue.

But I also tried what @leeway1208 suggest to add the CocoaAsyncSocket additionally, didn't work.

Looking forward to get the concrete fix.

leeway1208 commented 1 year ago

Hi. I will fix it ASAP~~~

ivaneChen commented 1 year ago

HI I tried what @leeway1208 suggest to add the CocoaAsyncSocket additionally, didn't work too.

leeway1208 commented 1 year ago

HI I tried what @leeway1208 suggest to add the CocoaAsyncSocket additionally, didn't work too.

Hi. Please adding swift package as before, I have replaced the CocoaAsyncSocket library with MqttCocoaAsyncSocket.