xamarin / XamarinComponents

Plugins for Xamarin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Objective Sharpie showing Invalid Sdk iOS 15

SarthakGz opened this issue · comments

Objective Sharpie showing invalid sdk when trying to bind ios framework targeting iOS 15

Objective Sharpie version : 3.5.45
XCode : 13.0

MacId:~ usernamen$ sharpie bind --sdk=iphoneos15.0 --output="$SWIFT_OUTPUT_PATH/XamarinApiDef" --namespace="Binding" --scope="$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/" "$SWIFT_OUTPUT_PATH/$SWIFT_PROJECT_NAME.framework/Headers/$SWIFT_PROJECT_NAME-Swift.h"
error: invalid SDK 'iphoneos?15.0?'

Note : I am just trying to update this https://github.com/Csaba8472/WidgetCenterProxy binding to target iOS 15 currently it is build for iOS 14 but when I try to execute final command which generates api definition I get error: invalid SDK 'iphoneos?15.0?' by sharpie I guess