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
初学者
1,019 次查看

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 项奖励
2 回复数
Jianjun_Z_Intel
1,019 次查看

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 项奖励
tangk
初学者
1,019 次查看
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 项奖励
回复