ibireme / YYKit

A collection of iOS components.
MIT License
13.99k stars 3.69k forks source link

Xcode 12 Archive Error #581

Open songhuaixu opened 3 years ago

songhuaixu commented 3 years ago

ld: reference to symbol (which has not been assigned an address) _WebPInitYUV444Converters in '_CustomSetup' from /Pods/YYKit/Vendor/WebP.framework/WebP(libwebpdecode_la-io.o) for architecture arm64

weiwei1991 commented 3 years ago

我也是 这个怎么解决

jialiunicole commented 3 years ago

什么?

在 2020-12-29 10:29:26,"董维" notifications@github.com 写道:

我也是 这个怎么解决

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

songhuaixu commented 3 years ago

我也是 这个怎么解决

我fork了一份代码,然后替换了WebP这个库

songhuaixu commented 3 years ago

能将

我也是 这个怎么解决

我fork了一份代码,然后替换了WebP这个库

可以将你的这个WebP库分享一下吗? 如果不方便公开,这是我的QQ1121721083,私下沟通也行,谢谢~

就使用 官方的 libwebp 这个库,然后把 #import <WebP/> 修改为 #import <libwebp/>