You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
- Dyld Error Message:
Symbol not found: _AVCaptureSessionInterruptionReasonKey
Referenced from: /private/var/mobile/Containers/Bundle/Application/XXXX/Yyyy.app/Frameworks/WebRTC.framework/WebRTC (which was built for iOS 9.0)
Expected in: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
in /private/var/mobile/Containers/Bundle/Application/XXXX/Yyyy.app/Frameworks/WebRTC.framework/WebRTC
Dyld Version: 353.12
The text was updated successfully, but these errors were encountered:
Thanks. You should report this to official bug tracker too, because I'm just building this library from provided sources. Will change podspec soon to use iOS 9.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running this pod within in app on an iOS8 makes the app crash.
The reason is that the framework uses AVCaptureSessionInterruptionReasonKey which is available since iOS 9.0.
Crash log:
The text was updated successfully, but these errors were encountered: