-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift Package resolve large repository #285
Comments
Thanks for the quick decision! I'll check it out. Although it seems to me that dividing repositories into static and dynamic was redundant 🤔 |
UPD: AppsFlyerSDK/AppsFlyerFramework-Dynamic#1 It looks like there is a very critical problem in the dynamic library repository |
@Ernest0-Production please, check with build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When connecting the library via SPM, AppsFlyer takes a very long time to download.
This is because SPM uses not a shallow clone, but a full cloning of git history.
I don't know the peculiarities of your repository, but it weighs unreasonably much. In my case, it's ~700MB.
I'm not an expert in git, but perhaps its size can somehow be reduced, or a new git repository can be created.
Report
SDK Version
What did you do?
swift package resolve
What did you expect to happen?
Fast resolving
What happened instead?
Long-time resolving, large "./build/repositories/AppsFlyerFramework" folder
Please provide any other relevant information.
The text was updated successfully, but these errors were encountered: