I am trying to implement PusherSwift in Objective-C.
I got pusher sample code from https://github.com/pusher/pusher-websocket-swift/releases
When I am running the code, I found an error "'PusherSwift/PusherSwift-Swift.h' file not found".
Then I search about it, But I can't found the solution.
I code already have the things mentioned in the steps followed by the link https://www.snip2code.com/Snippet/1470256/A-step-by-step-guide-to-installing-Pushe.
Is it need to implement the bridging concept for this scenario?
Is there anyone implemented pusherSwift in objective-c?
If yes Please help me.