rabbitmq / rabbitmq-objc-client

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

Code signing fails on dependency CocoaAsyncSocket.framework when exporting #109

Closed veskopetkov closed 7 years ago

veskopetkov commented 7 years ago

I'm getting a code signing failure on CocoaAsyncSocket.framework after Archiving and attempting to export and IPA.

Building on Xcode 8.2.1

Any ideas?

michaelklishin commented 7 years ago

Please post questions to rabbitmq-users or Stack Overflow. RabbitMQ uses GitHub issues for specific actionable items engineers can work on, not questions. Thank you.

michaelklishin commented 7 years ago

I don't see how this is a question about this client.

michaelklishin commented 7 years ago

Now I recall I've seen something similar when working on a tutorials port to Swift. It ended up being a matter of updating the XCode project (once for each tutorial).