We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6a968 commit cee916eCopy full SHA for cee916e
.github/workflows/create-nuget.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
xcodebuild -project ${{ env.SRC_FOLDER }}/${{ env.PROJ_NAME }} \
36
-target "MBProgressHUD Framework" \
37
- -sdk iphoneos{{ env.SDK }} \
+ -sdk iphoneos${{ env.SDK }} \
38
39
- name: Build xcframework
40
0 commit comments