rabbitmq / rabbitmq-objc-client

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

framework not found CocoaAsyncSocket #169

Closed SerggioC closed 4 years ago

SerggioC commented 4 years ago

How do I solve this issue? I keep getting this error when trying to build the project with this pod dependency.

framework not found CocoaAsyncSocket

lukebakken commented 4 years ago

Hello. Thanks for using this library. In the future, please ask questions on the rabbitmq-users mailing list.

I searched google for framework not found CocoaAsyncSocket and this is the first hit. Presumably it will fix your issue.

michaelklishin commented 4 years ago

Another possible reason is that Carthage bootstrap has never been performed.