I have created a iOS
& tvOS
framework and i am using cocoapods
to distribute it to all my projects. I am having difficulties when trying to do a NSLog
from inside the classes of the framework.
The framework is really simple, it is composed of several classes and has two dependencies (AFNetworking
& JSONModel
), other then that i am not doing anything special.
Is there something i an missing or doing wrong?