I am trying to build Xamarin binding for Brightcove player SDK and after referring to the binding guide, I have developed iOS binding project for it (please check it here). But while compiling binding project I am facing 28 error which are of same type-
/Users/amber/Projects/BrightCoveBinding/BrightCoveBinding/obj/Debug/ios/BrightCoveBinding/BCOVCuePoint.g.cs(118,118):
Error CS0246: The type or namespace name `BCOVMutableCuePoint' could not be found. Are you missing an assembly reference? (CS0246) (BrightCoveBinding)
But, I have written interface for BCOVMutableCuePoint
type in ApiDefinition.cs
file. Please, can anyone guide regarding this where I am doing wrong or what I am missing?