isaced / ISEmojiView

Emoji Keyboard for iOS
MIT License
522 stars 119 forks source link

Blank category icons #45

Closed grago closed 5 years ago

grago commented 5 years ago

Thanks for this fantastic library. I wanted to report that i am seeing blank category icons.

I am testing on Swift 5/Xcode 10.2 and iOS 12.

Thanks!

isaced commented 5 years ago

Have you tried the new version?

pod 'ISEmojiView', '0.2.1'
grago commented 5 years ago

Sorry for the late reply. I installed via Carthage:

github "isaced/ISEmojiView"

Here's a screenshot of what i am seeeing:

Screen Shot 2019-06-11 at 3 12 55 AM

Should i install over CocoaPods instead? Thanks.

isaced commented 5 years ago

Can you try CocoaPods and let me know if any problem.

I will check the Carthage problem later.

grago commented 5 years ago

I can confirm that, installing via CocoaPods works like a charm. Thanks!

thejeff77 commented 5 years ago

Same problem here. I guess its a good excuse to setup CocoaPods :( . Any estimate on fix time?

isaced commented 5 years ago

Sorry for being late, I have fixed the problem that the image resource cannot be loaded inside the Framework (via Carthage).

Please try the new version v0.2.5. let me know if there are still any problems.

thejeff77 commented 5 years ago

Works like a charm! Thank you sooo much! You can definitely close this as fixed.