alexpiezo / WebRTC

Universal WebRTC XCFramework for iOS/macOS
Other
129 stars 39 forks source link

Binary is over 1 GB per iOS platform #32

Closed holly-acquire closed 2 years ago

holly-acquire commented 2 years ago

The Mac binary is 25 MB. The iOS ones are 1.2 and 1.8 GB each. That doesn't seem right.

tylerjames commented 2 years ago

It's that big because it's compiled with bitcode enabled. It's ridiculous but it's just that huge

alexpiezo commented 2 years ago

Yeah, it's just bitcode and multiple architectures for different platforms in one xcframework. Of course the size of the final iOS binary (estimated App Store file size) will be less than 25MB