AlexKMDev / WebRTC

Unofficial builds of Google WebRTC iOS Framework
https://webrtc.org/native-code/ios/
Other
292 stars 76 forks source link

dyld:Library not loaded:/System/Library/Frameworks/MetalKit.framework/MetalKit crashed on iOS8 #30

Closed CoderXLL closed 7 years ago

CoderXLL commented 7 years ago

1.build is OK 2.but i found after version M58, run on iOS8 devive error: dyld:Library not loaded:/System/Library/Frameworks/MetalKit.framework/MetalKit Referenced from:/private/var/mobile/Containers/Bundle/Application/... Reason:image not found the version M58 is OK! the newer always run error on iOS8 device

AlexKMDev commented 7 years ago

It's because RTCMTLVideoView was included for simulators, but Metal works only on real devices. Fixed in the current release.