Xamarin iOS Binding Library with Swift Protocols build fails when ApiDefinition.cs is generated with sharpie
When building an iOS Binding Library project with a Swift
Protocol as a parameter for a function, or exposing one as a public field, The type or namespace name 'xxx' could not be found (are you missing a using directive or an assembly reference?)
is thrown, even though xxx
is defined in ApiDefinition.cs
(syntax generated with sharpie
)