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 06c753b commit 8c6c084Copy full SHA for 8c6c084
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
xcode-version: latest-stable
49
- name: Build ${{matrix.scheme}}
50
- run: xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -sdk iphoneos CODE_SIGNING_ALLOWED=NO
+ run: xcodebuild clean build -project ApiVideoLiveStream.xcodeproj -scheme "${{matrix.scheme}}" -configuration Release -destination generic/platform=iOS CODE_SIGNING_ALLOWED=NO
51
verify:
52
name: Verify package sanity
53
runs-on: macos-latest
0 commit comments