cbpowell / MarqueeLabel

A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when the label's text does not fit inside the specified frame
MIT License
4.21k stars 564 forks source link

Unknown class MarqueeLabel in Interface Builder file. #211

Closed omkaridx9 closed 6 years ago

omkaridx9 commented 6 years ago

Hi,

I am having few targets in my project. In all target MarqueeLabel works fine except one. In that target I am getting an error saying "Unknown class MarqueeLabel in Interface Builder file.". But the same label works fine in other targets. Also, I think MarqueeLabel class is not getting set to the label ([UILabel setRate:]: unrecognized selector sent to instance ). Can you please help ?

cbpowell commented 6 years ago

My guess is that one of the solutions in this StackOverflow question will solve your issue - I've had that happen myself when somehow a .m file is (for some reason) not added to the list of Compile Sources for that target. Hope this helps!

omkaridx9 commented 6 years ago

Hi Charles,

I somehow managed to resolve this issue on my own. I just uninstalled the MarqueeLabel pod and re-installed it. It solved my problem. Thanks for your reply.

Thanks,

On Sun, Feb 11, 2018 at 5:14 AM, Charles Powell notifications@github.com wrote:

Closed #211 https://github.com/cbpowell/MarqueeLabel/issues/211.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cbpowell/MarqueeLabel/issues/211#event-1468219738, or mute the thread https://github.com/notifications/unsubscribe-auth/AZrXteSh68OOmc-O-oU5ad2L63P0sApBks5tTinfgaJpZM4R4Jaz .

-- Regard, Omkar Satish Awate