I downloaded code from here:
https://github.com/QuickBlox/quickblox-ios-sdk
which includes a sample-chat-swift example folder where it seems somehow the guys created a framework.
In my case if I just use cocoa pods to pull code into my project XCode says to me that we can't find any of the downloaded classes. So I am sure that is problem with bridging but my question what are the steps I need to do to create framework like the guys did in their example?
Or do I need to bridge each files manually? If so I guess it can take so much time.