objective c - Integrating CocoaLumberjack into iOS Project via Drag-and-Drop -
i'm trying integrate cocoalumberjack ios project dragging-and-dropping lumberjack.xcode file project. works fine, project has 9 new targets. don't need of overhead. question is, how cut down on number of targets needed stuff ios?
it seems every time drag on mobile project missing needed files. upon research, seems there no up-to-date tutorials related integrating lumberjack ios, seems tool commonly used odd. being new of this, troublesome , love help.
other information: i'm doing manual installation since cocoapods not option me. following installation guide: installation guide
the first line in manual installation guide is
git submodule add git@github.com:cocoalumberjack/cocoalumberjack.git i not want add yet submodule project, i'm dragging , dropping lumberjack.xcode project.
before learned how use cocoapods, used clone repo , copy of .h , .m files project, ensuring they're added correct target.
the issue have make sure avoid missing 1 or more files. not 100% sure cocoalumberjack, i'd @ adding here:
https://github.com/cocoalumberjack/cocoalumberjack/tree/master/classes
Comments
Post a Comment