How to find out or debug what causes large file size?
Open
question
- Dominant language
- C++
- Stars
- 5.5k
- Forks
- 378
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 6
Description
Hi,
I have try the bloaty tools to analysis my binary application inside IPA file to know more about what cause IPA size increased, after i use this tools and i found that 1 file that has file size more than `12 MB`
bloaty output
`97.5% 12.4Mi 97.5% 12.4Mi KYCViewController.m`
My question is how to know detail why this file has very large size?
Contributor guide
Assessment
This issue has not been assessed yet.