steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Could not load the "Arrow" image #8

Closed gersonjanhuel closed 5 years ago

gersonjanhuel commented 6 years ago

Hi there, awesome framework! Quick question :

After run pod install, implement MSGMessengerViewController, then somehow I got this error :

Could not load the "Arrow" image referenced from a nib in the bundle with identifier "org.cocoapods.MessengerKit"

What did I missed ?

MessengerKit v 1.0.0

screen shot 2018-07-03 at 12 31 01 pm

It did work if I change the MSGMessengerStyle to .travamigos style.

But the arrow is still missing...

screen shot 2018-07-03 at 12 58 38 pm

steve228uk commented 6 years ago

Thanks for reporting this.

gersonjanhuel commented 6 years ago

I got it fixed by set the image "Arrow" Target Membership to "MessengerKit".

Somehow it is "unchecked" by default.

screen shot 2018-07-04 at 8 13 45 am
steve228uk commented 6 years ago

Strange that it wasn't already… It should have been in the MessengerKit-MessengerKit Bundle which the MessengerKit.bundle property would return

steve228uk commented 6 years ago

Could you also try running pod update?

gersonjanhuel commented 6 years ago

did tried... but no luck... the issue still happen.

steve228uk commented 6 years ago

Thanks for letting me know, I'll do some investigation.

fbarraganef commented 5 years ago

same problem, I was able to fix setting the image "Arrow" Target Membership to "MessengerKit" too.

Ryskalo commented 5 years ago

same.. can't load bubble images too with iMessage style

sukhrabbek commented 5 years ago

same problem, I could not fix even by setting the image "Arrow" Target Membership to "MessengerKit" too.

sjoness commented 5 years ago

Closed by #21