CocoaPods/Core

Can't access my pod functions after installation

hemangshah opened this issue · 1 comments

This is my pod and this is spec of that pod.

Everything looks good so I have installed it on a sample project for the test.

I should able to import my project file name, that's "Printer". I can. But then I can't access to any of the functions of that file.

For example

Printer.log.success("Helllooo!!!!")

Please help!

Hey there, this looks like a great example of a question that you should ask on StackOverflow - there is an active tag CocoaPods where people can help out with questions like this. We try to keep the CocoaPods/Core issues focused only on bug reports for the Core gem, and for upcoming feature requests. Which this doesn't look like.