Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

The iOS framework file is too large

tangk
Beginner
524 Views

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?

0 Kudos
2 Replies
Jianjun_Z_Intel
Employee
524 Views

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.

0 Kudos
tangk
Beginner
524 Views
Thank you Jianjun Z. I removed the x86_64 with the lipo command in the framework, but only a small amount. Could you share the framework that removed the bitcode?
0 Kudos
Reply