-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ObjectiveSharpie] Unsupported clang availability platform: 'macCatalyst' #7109
Comments
Can you try with the latest build from http://aka.ms/objective-sharpie and report back. That works for us internally? |
You're my hero. This did work. I thought that I was at the most recent version. Clearly that was not it. Thank you very much. |
I'm having this issue still (or again?). @chamons the sharpie package provided by you above, currently v3.4.47, will not open for me in Catalina, I get the warning: "objectivesharpie-3.4.47.pkg” can’t be opened because Apple cannot check it for malicious software. This software needs to be updated. Contact the developer for more information. |
@chamons hi, I think you should update the sharpie download link to this docs https://docs.microsoft.com/en-us/xamarin/cross-platform/macios/binding/objective-sharpie/get-started |
Good catch, I’ll take care of docs. Thanks for the heads up, the evergreen link is http://aka.ms/objective-sharpie |
hi @dalexsoto ,
|
thanks for the report in the meantime please use http://aka.ms/objective-sharpie to download the latest available version |
I get the exactly same result calling |
Steps to Reproduce
Terminal commnad:
sharpie bind --output=BRPtouchPrinterKit --namespace=BRPtouchPrinterKit --sdk iphoneos13.0 BRPtouchPrinter.h
Expected Behavior
This should have built the ApiDefinition.cs and the StructsandEnums.cs files
Actual Behavior
Gives: [ObjectiveSharpie] Unsupported clang availability platform: 'macCatalyst'
Environment
MacBook Pro: MacOS Mojave 10.14.6
Build Logs
BICNJC02NX14UG3:headers jhess$ sharpie xcode -sdks
sdk: appletvos13.0 arch: arm64
sdk: iphoneos13.0 arch: arm64 armv7
sdk: driverkit19.0 arch: x86_64 i386
sdk: macosx10.15 arch: x86_64 i386
sdk: watchos6.0 arch: armv7k
BICNJC02NX14UG3:headers jhess$
Example Project (If Possible)
The text was updated successfully, but these errors were encountered: