Following your instructions for manual installation (because the pod won't install in a swift project) I installed the kurento framework which does not seem to include a NBMConfiguration header. The first step of initializing the webRTCPeer uses said file.
Am I supposed to find the headers that are missing from the framework that will enable me to follow along the guide, or should this file actually be included in the framework? I think its the latter, but please do let me know what I should do.
Actually just looked at the difference between the pod install (on an Obj-C project) and the manual framework install. It's missing quite a lot comparatively. Probably 75% of what comes with the pod install.
Following your instructions for manual installation (because the pod won't install in a swift project) I installed the kurento framework which does not seem to include a NBMConfiguration header. The first step of initializing the webRTCPeer uses said file.
Am I supposed to find the headers that are missing from the framework that will enable me to follow along the guide, or should this file actually be included in the framework? I think its the latter, but please do let me know what I should do.