WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

Library not loaded problem

Open lboquan opened this issue 8 years ago • 1 comments

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 avatar Dec 26 '17 04:12 lboquan

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

lboquan avatar Dec 28 '17 04:12 lboquan