nubomediaTI / Kurento-iOS

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

Duplicate interface definition for class 'NBMPeer' #34

Closed TimorDjd closed 7 years ago

TimorDjd commented 7 years ago

I cd the project that download from here,and run pod install,and open the xcworkspace,then run the program,but it failed,because Duplicate interface definition for class 'NBMPeer'.but when i search for '@interface NBMPeer' in the hole project,i just found only one place.So how to deal with it.

TimorDjd commented 7 years ago

I work out it by my self. Just edit Podfile,change workspace 'Kurento-iOS' to 'KurentoToolboxDemo' and run.Finish.