imberezin / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

iOS v2.10.1 .framework size is 139mb while v2.10.0 was 14mb #729

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download the last release v2.10.1
2. see that the .framework is 139mb

What is the expected output? What do you see instead?
n/a

What version of the product are you using? On what operating system?
v2.10.1 on iOS

Please provide any additional information below.
GitHub (for example) does not accept to commit such a large binary file size.

Original issue reported on code.google.com by david.bo...@gmail.com on 5 Jan 2016 at 8:44

GoogleCodeExporter commented 8 years ago
We're looking into this, thanks.

Original comment by jonathan...@google.com on 7 Jan 2016 at 7:28

GoogleCodeExporter commented 8 years ago
The framework is a lot bigger in 2.10.1 as we added bitcode support, which is 
very large. The actual effect on your end IPA is identical though. Rather than 
committing it to github, we recommend using cocoapods to manage the dependency. 

Original comment by ianbar...@google.com on 11 Jan 2016 at 6:01

GoogleCodeExporter commented 8 years ago
Thanks for the analysis but the framework size was multiplicand by 10! I've 
check an other third party framework like Spotify which size changed from 9.1 
to 11.9mb after activating bitcode.

I'm already using cocoapods but just committing the `/Pods` directory for some 
reasons, I'll be switching to not committing it.

Original comment by david.bo...@gmail.com on 11 Jan 2016 at 7:08

GoogleCodeExporter commented 8 years ago

Original comment by jonathan...@google.com on 12 Jan 2016 at 7:07