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 8c6c084 commit 6e37966Copy full SHA for 6e37966
.github/workflows/build.yml
@@ -47,10 +47,12 @@ jobs:
47
with:
48
xcode-version: latest-stable
49
- name: Build ${{matrix.scheme}}
50
- run: xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -configuration Release -destination generic/platform=iOS CODE_SIGNING_ALLOWED=NO
+ run: |
51
+ xcodebuild -downloadPlatform iOS
52
+ xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -sdk iphoneos CODE_SIGNING_ALLOWED=NO
53
verify:
54
name: Verify package sanity
- runs-on: macos-latest
55
+ runs-on: macos-14
56
steps:
57
- name: Checkout
58
uses: actions/checkout@v4
0 commit comments