I am trying to implement the new version of PocketSphinx by this link i have created a new binding project and a have compilation errors.
Error CS0738 'Jsgf' does not implement interface member 'IIterable.Iterator()'. 'Jsgf.Iterator()' cannot implement 'IIterable.Iterator()' because it does not have the matching return type of 'IIterator'. PocketSphinxDroid \PocketSphinxDroid\obj\Debug\generated\src\Edu.Cmu.Pocketsphinx.Jsgf.cs 9 Active
i have tried adding to metatdata.xml file
<attr path="/api/package[@name='Edu.Cmu.Pocketsphinx']/class[@name='Jsgf']/method[@name='Iterator']" name="managedType">Java.Util.IIterator</attr>
or
<attr path="/api/package[@name='Edu.Cmu.Pocketsphinx']/class[@name='Jsgf']/method[@name='Iterator']" name="managedType">Java.Lang.IIterator</attr>
but still get the error
Should be like this:
And you are probably missing these ones as well: