This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Description
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?