Weak linking a framework to a static library
问题 Problem My project is arranged like this: App Framework Static library (common code) The static library is going to start depending on the GoogleWebRTC framework. Unfortunately, this dependency can only be built as a framework via WebRTC.org. They removed the ability to build as a static library for maintenance reasons. Question Is is possble for the static library to weakly link to the GoogleWebRTC framework? App Framework Static library ("CommonCode") GoogleWebRTC Some solutions that come