We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3beaedc + fc0aa54 commit 20117c2Copy full SHA for 20117c2
.github/workflows/build.yml
@@ -35,6 +35,10 @@ jobs:
35
rm Podfile && mv Podfile.dev Podfile
36
pod repo update
37
pod install
38
+ if nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1; then
39
+ echo 'Error: Non-public API detected in WebRTC framework.'
40
+ exit 1
41
+ fi
42
- name: Build Xcode Project
43
run: |
44
set -o pipefail && \
0 commit comments