AlexKMDev / WebRTC

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

Library not loaded problem #44

Open lboquan opened 6 years ago

lboquan commented 6 years ago

I got a library not loaded error which complains like below:

dyld: Library not loaded: @rpath/WebRTC.framework/WebRTC Reason: image not found

WebRTC.framework is added to "linked framework and libraries" and add its path to 'Framework Search Paths' in build settings.

It that any suggestions?

lboquan commented 6 years ago

This problem is resolved by adding copying files to framework in build phases.