ibireme / YYImage

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
MIT License
1.77k stars 482 forks source link

Crash app #45

Open mvyrko opened 8 years ago

mvyrko commented 8 years ago

dyld: Library not loaded: @rpath/YYImage.framework/YYImage Referenced from: /private/var/containers/Bundle/Application/8E364E8F-678C-4570-A725-9FFF69F5E352/StickerBuilder.app/PlugIns/Builder.appex/Builder Reason: image not found

I have link YYImage via pods, but extension is crashed on start.

ibireme commented 8 years ago

You may check your link libraries setting in your extension target.

mvyrko commented 8 years ago

I've checked, but I haven't found anything which can help. btw I added library manually and it sees work.