I'm trying to bind a framework into my Xamarin iOS project using this command:
sharpie bind -output FrameworkName -namespace FrameworkName -sdk iphoneos13.2 -scope Headers FrameworkName.framework/Headers/HeaderFile.h -c IHeaders -arch arm64
I got this error:
System.Exception: Unsupported clang availability platform: 'macCatalyst'
I have the latest Mac OS Catalina
, the latest XcCode version 11.3.1
, and the 3.4.0
Sharpie version.
Is there a way to solve this without downgrading the OS?