AlexBarinov/UIBubbleTableView

Unknown class UIBubbleTableView in Interface Builder file.

Opened this issue · 4 comments

Got his 'warning in the logs' even when i copy the example project into my app. This framework doesn't work at all.

Unknown class UIBubbleTableView in Interface Builder file.

Did you add the *.m files into the target when adding to the project?

Hello, sorry for the very stupid question, but what do you mean when you say: "add the *.m files into the target"?
thank you very much for your great work!

Matteo

Just go to Targets --> Compile sources , see whether the .m files are added or not. If not then add them by clicking + you can add them again.

thank you!!!!!