- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Tags:
- HTML5
- JavaScript*
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page