ver 4.0.2
The iOS framework file is too large.
It is too large compared to Android and other webrtc libraries.
ICS.framework 202MB
WebRTC.framework 749MB
Is there a way to reduce the file size?
链接已复制
2 回复数
Hi Kim,
Your application would not be so large since unused symbols will be stripped. And these frameworks are large mainly because of three reasons. 1. Both of them support three architectures - armv7, arm64 and x86_64; 2. They are bitcode enabled; 3. They are static libraries.
