We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4823237 commit fc0aa54Copy full SHA for fc0aa54
.github/workflows/build.yml
@@ -37,7 +37,6 @@ jobs:
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
- rm -rf Pods/ Podfile.lock
41
exit 1
42
fi
43
- name: Build Xcode Project
0 commit comments