Mobile app .so and .frameworks libs ignored from repo lead to problem

Hi
In my flutter mobile app theirs is a dependency of dynamic libs(.so and .framework) files which is added to ignore list of the repo due to the size.
Any suggestions to copy these files before the build pipeline starts to respective locations?
Can host these files which could download or can added to docker image to get coped.
What would be the best approach?

Thanks

Hello

We would recommend hosting the file if possible and then downloading and copying the file to the location where it would be needed.

You could then use CircleCIs cache to keep a copy of the files to help speed up future builds.

You could also build your own docker image which includes the files if you would prefer as we allow customers to use any image that would like to use.

Kind Regards
Owen Oliver

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.