We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295d9c5 commit 7cbc8cdCopy full SHA for 7cbc8cd
.github/workflows/build.yml
@@ -35,6 +35,7 @@ jobs:
35
rm Podfile && mv Podfile.dev Podfile
36
pod repo update
37
pod install
38
+ nm ./Pods/WebRTC/WebRTC.xcframework/ios-arm64/WebRTC.framework/WebRTC | grep _kVTVideoEncoderSpecification_RequiredLowLatency >/dev/null 2>&1 && echo 'Non-public API' 2>/dev/null && exit 1; rm -rf Pods/ Podfile.lock Sora.xcworkspace/
39
- name: Build Xcode Project
40
run: |
41
set -o pipefail && \
0 commit comments