ECSigner
ECSigner copied to clipboard
替换应用图片失败
老哥,非常感谢你提供的这个工具 我在使用你这个工具的时候,发现替换应用图标失败,没有替换成功,我解包之后看了下,还是之前的图片
可能你这个包里面图片资源不是通过assets.car文件加载的,具体原因你可以下载代码断点看看,源代码中有解析和生成assets.car文件的命令工具。
发自我的iPhone
在 2020年2月28日,11:13,maybeliu [email protected] 写道:
老哥,非常感谢你提供的这个工具 我在使用你这个工具的时候,发现替换应用图标失败,没有替换成功,我解包之后看了下,还是之前的图片
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
1024图片不是只能通过assets.car 文件加载的么
可能你这个包里面图片资源不是通过assets.car文件加载的,具体原因你可以下载代码断点看看,源代码中有解析和生成assets.car文件的命令工具。 发自我的iPhone … 在 2020年2月28日,11:13,maybeliu @.***> 写道: 老哥,非常感谢你提供的这个工具 我在使用你这个工具的时候,发现替换应用图标失败,没有替换成功,我解包之后看了下,还是之前的图片 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
1024图片不是只能通过assets.car 文件加载的么
你解压包之后把assets文件解析出来看看,有可能名字不一样
发自我的iPhone
在 2020年2月28日,11:20,maybeliu [email protected] 写道:
1024图片不是只能通过assets.car 文件加载的么
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
AppIcon1024x1024.png 名字都是这个,我使用了2张不同的照片进行替换,发现还是不行
我等下用代码那个试试,看看打印什么
这就得用代码调试了,具体原因不清楚
发自我的iPhone
在 2020年2月28日,11:58,maybeliu [email protected] 写道:
AppIcon1024x1024.png 名字都是这个,我使用了2张不同的照片进行替换,发现还是不行
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
我等下用代码那个试试,看看打印什么
我发现问题了,因为解压asset的文件是在swift5下开发的,低版本系统下可能会报缺少swift的依赖库,你需要升级下你的计算机系统,我的10.15可以正常使用。
我的系统是10.15.2,xcode是11.1 (11A1027),还需要升级吗
那就应该可以啊,你可以运行代码看看控制台输出有什么问题
发自我的iPhone
在 2020年3月6日,13:43,maybeliu [email protected] 写道:
我的系统是10.15.2,xcode是11.1 (11A1027),还需要升级吗
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.
我的系统是10.15.2,xcode是11.1 (11A1027),还需要升级吗
方便的话加一下我的QQ:492293215,我给你新的包试试