GitHub's file size limit

Unable to push code on Github after zoom integration, its show file this exceeds GitHub’s file size limit of 100.00 MB

remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: a88612892aa3fb8e7375ba5a89241948dae6d2bc77e407605e74b6e8d6330093
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File mobilertc/build/.transforms/6bbfaeb624cd9f6b76caf9c0386fdd68/jetified-mobilertc.aar is 108.62 MB; this exceeds GitHub’s file size limit of 100.00 MB
To repoName.git
! [remote rejected] branchName → branchName (pre-receive hook declined)
error: failed to push some refs to ‘repoName.git’

1 Like

Hi @dev14, thanks for the post.

Unfortunately there are a lot of resources included in the SDK package which result in the large AAR files. There are solutions available for helping with this sort of issue (such as Git LFS), but this is not something that Zoom would be able to directly assist with at this time.

Thanks!

Hello, Will there ever be a plan of uploading these Zoom SDK on library repositories (maven/Cocoapods)? Because that should save developers alot of time and reduce the complexity of integrating them.

Hi @sydney,

Thank you for the feedback. We would like to eventually move towards more modern methods of hosting our native SDKs, but we do not currently have definitive plans or timelines around doing so.

Thanks!

Any update on this @jon.zoom
Has been around 2 years. We would really appreciate a more friendly way like cocoapods or SPM for this. Let us know any workaround to have this in our repo so that things work fine for our CI/CD pipelines as well.