We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd2970 commit 8f40e78Copy full SHA for 8f40e78
.github/workflows/build.yml
@@ -37,9 +37,9 @@ 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 Sora.xcworkspace/
41
exit 1
42
fi
- rm -rf Pods/ Podfile.lock Sora.xcworkspace/
43
- name: Build Xcode Project
44
run: |
45
set -o pipefail && \
0 commit comments