Answer the question
In order to leave comments, you need to log in
Is it possible not to store the 337MiB YandexMapKit/libYandexMapKit.a in the IOS Git repository?
I am DevOps. Viewed the sizes of repositories in Gitlab.
The developer's IOS repository is in the forefront in terms of size.
The script brought out large files in the repository.
13MiB source/mobileapp-ios/mobileapp/Frameworks/YandexMetrica/libYandexMobileMetrica.a
21MiB source/mobileapp-ios/mobileapp/Frameworks/ZXingObjc/libZXingObjC-iOS.a
211MiB source/mobileapp-ios/mobileapp/Frameworks/YandexMapKit/libYandexMapKit.a
211MiB source/mobileapp-ios/mobileapp/Frameworks/YandexMapKit/libYandexMapKit.a
314MiB source/mobileapp-ios/mobileapp/Frameworks/YandexMapKit/libYandexMapKit.a
337MiB source/mobileapp-ios/mobileapp/Frameworks/YandexMapKit/libYandexMapKit.a
Answer the question
In order to leave comments, you need to log in
In ios, the most popular dependency manager is Cocoapods. It is desirable to pull all dependencies through it.
1) you need to add Cocoapods ( https://guides.cocoapods.org/using/using-cocoapods...
2) add the line - pod 'YandexMapKit' to the Podfile
3) Run pod install.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question