当前位置:网站首页>Xcode 异常图片导致ipa包增大问题
Xcode 异常图片导致ipa包增大问题
2022-07-04 12:51:00 【烟花下的孤独】
APP打包瘦身
起因
因为做APP版本更新,因为本身没有添加太多内容,但是打包之后包体积大小迅速变大,由原来39.1M 变成 53.1M
检查
1、首先检查的第三方,发现并没有添加过大的第三方
2、json文件和gif图,去掉打包之后,体积并没有减少
3、当我去掉了图片之后,包体积明显减少,由53.1M -> 44M
原因
一番检查之后,发现是一张图片的缘故,因为图片切图出现了问题,又恰逢UI跑路,后续自己手动截图导致,如下图所示
虽然截图1.1M ,比原有0.2M并没有大太多,但是打包的ipa体积分别为
53.1 M 和 46.8M,增大了6.5M
主要原因是因为图片截图、或者其他工具处理(时间略长,具体处理方式已经忘记), 所导致了图片类型改变,建议最好使用 UI 切图
我大概估计了一下,没张图片打包之后,ipa包体积至少增加两倍以上
解决
因为切图有问题,但是使用代码适配了问题图片,避免了包体积过分变大
建议
1、尽量使用UI切图,不要自己截图或者非专业切图工具使用,最好也要找个切图工具处理
2、大图影响ipa包,建议图片尽量不要超过100kb,超过50kb也要少放
图片资源以及资源压缩包
截图图片:2x 和 3x
蓝湖切图文件2x 和 3x
如果有更好的 app 瘦身方法,请给予留言,谢谢
边栏推荐
- xshell/bash/zsh 等终端鼠标滚轮乱码问题(转)
- ARouter的使用
- Huahao Zhongtian rushes to the scientific and Technological Innovation Board: the annual loss is 280million, and it is proposed to raise 1.5 billion. Beida pharmaceutical is a shareholder
- 吃透Chisel语言.11.Chisel项目构建、运行和测试(三)——Chisel测试之ScalaTest
- Gorm 读写分离(转)
- Learning projects are self-made, and growth opportunities are self created
- Idea shortcut keys
- mac redis安装与使用,连接远程服务器 redis
- Introducing testfixture into unittest framework
- Innovation and development of independent industrial software
猜你喜欢
基于PaddleX的智能零售柜商品识别
Unity Shader学习(三)试着绘制一个圆
Understand chisel language thoroughly 06. Chisel Foundation (III) -- registers and counters
Ruichengxin micro sprint technology innovation board: annual revenue of 367million, proposed to raise 1.3 billion, Datang Telecom is a shareholder
Install MySQL
Test evaluation of software testing
Apple 5g chip research and development failure: continue to rely on Qualcomm, but also worry about being prosecuted?
Hardware Basics - diode Basics
Summary of recent days (non-technical article)
吃透Chisel语言.05.Chisel基础(二)——组合电路与运算符
随机推荐
QT how to detect whether the mouse is on a control
IP 实验室月复盘 · 第 5 期
海外游戏代投需要注意的
为什么图片传输要使用base64编码
Understand chisel language thoroughly 10. Chisel project construction, operation and testing (II) -- Verilog code generation in chisel & chisel development process
Secretary of Homeland Security of the United States: domestic violent extremism is one of the biggest terrorist threats facing the United States at present
【Matlab】conv、filter、conv2、filter2和imfilter卷积函数总结
Unittest框架中引入TestFixture
Install MySQL
Dgraph: large scale dynamic graph dataset
Summary of recent days (non-technical article)
[FAQ] Huawei Account Service Error Report 907135701 Common reasons Summary and Solutions
GCC【6】- 编译的4个阶段
Ws2818m is packaged in cpc8. It is a special circuit for three channel LED drive control. External IC full-color double signal 5v32 lamp programmable LED lamp with outdoor engineering
如何游戏出海代运营、游戏出海代投
The Secretary of Homeland Security warned immigrants "not to embark on a dangerous journey"
【R语言数据科学】:交叉验证再回首
R语言使用dplyr包的mutate函数对指定数据列进行标准化处理(使用mean函数和sd函数)并基于分组变量计算标准化后的目标变量的分组均值
R语言使用dplyr包的group_by函数和summarise函数基于分组变量计算目标变量的均值、标准差
PHP log debugging