emqx / CocoaMQTT

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

fix MqttCocoaAsyncSocket import error #485

Closed Tynox closed 2 years ago

Tynox commented 2 years ago

Hi. I changed the framework research path to ${PROJECT_DIR}/Carthage/Build. It should solve the import error with the other pull request in the MqttCocoaAsyncSocket repo.

leeway1208 commented 2 years ago

Thanks!