Skip to content

Commit 55a42c2

Browse files
committed
xcode
1 parent 21ee15b commit 55a42c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
if: ${{ (runner.os == 'Windows') }}
5050
run: dotnet publish -f net9.0-android
5151

52+
# error MT4162: The type 'ScreenCaptureKit.SCDisplay' (used as a parameter in ScreenCaptureKit.SCContentFilter._InitWithDisplayExcludingApplications) is not available in MacCatalyst 18.0 (it was introduced in MacCatalyst 18.2). Please build with a newer MacCatalyst SDK (usually done by using the most recent version of Xcode)
53+
- name: Select Xcode 15.2
54+
run: sudo xcode-select -s /Applications/Xcode_15.2.app
55+
5256
- name: Publish macOS
5357
if: ${{ (runner.os == 'macOS') }}
5458
run: dotnet publish -f net9.0-maccatalyst -p:CreatePackage=false

0 commit comments

Comments
 (0)