A
A
Anton2019-10-11 07:30:57
iOS
Anton, 2019-10-11 07:30:57

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

Is it possible not to store the 337MiB YandexMapKit/libYandexMapKit.a in the IOS Git repository?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Agranatmark, 2019-10-25
@Agranatmark

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 question

Ask a Question

731 491 924 answers to any question