Closed paramadharmika closed 8 years ago
Downloaded as is, and then run pod install. I found error says Kurento-iOS-master/Classes/Room/NBMPeer.h:25:1: Duplicate interface definition for class 'NBMPeer' Can anyone points me what to do with this error?
Kurento-iOS-master/Classes/Room/NBMPeer.h:25:1: Duplicate interface definition for class 'NBMPeer'
Turns out there's an extra import statement on one of the view controller file the demo project, removing that one line is a solution for me.
Downloaded as is, and then run pod install. I found error says
Kurento-iOS-master/Classes/Room/NBMPeer.h:25:1: Duplicate interface definition for class 'NBMPeer'
Can anyone points me what to do with this error?