twilio / cocoapod-specs

https://www.twilio.com/
10 stars 15 forks source link

TwilioChatClient.framework/TwilioChatClient is 55.46 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB #71

Closed zallanx closed 7 years ago

zallanx commented 7 years ago

I get this warning when pushing to Github about the size of the client. Anything to reduce size would be much appreciated.

bobiechen-twilio commented 7 years ago

Hi Allen,

The best practice would be to keep updating the reference to the Twilio SDK, namely the Podfile, in your application repository, and do pod install/update locally. Is there any reason that you want to include the framework into the repository?

-bobie Twilio SDK Engineering.

zallanx commented 7 years ago

Thanks for pointing that out Bobie. I included the entire app directory, which produced this error. As you've recommended, it's better to do this locally.

otymartin commented 5 years ago

The fact that the framework is over 100MB literally wrecked my project and entire git history because I couldn't push my commits. I fail to understand how of all the frameworks I use, this one has to be over 100MB in size. My next biggest is probably less than 5MB. Not Good!