nubomediaTI / Kurento-iOS

Kurento Toolbox for iOS
Apache License 2.0
120 stars 76 forks source link

Getting a Build error when trying to build the demo project. #21

Closed paramadharmika closed 7 years ago

paramadharmika commented 7 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?

paramadharmika commented 7 years ago

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.