Sunday, 15 January 2012

dependencies - How to share static library and avoid repetition in iOS? -



dependencies - How to share static library and avoid repetition in iOS? -

we using cocoalumberjack library logging. in our project have written various static libraries. problem want utilize logging in every library, including main application.

in each library need add together lumberjack library (we have added files , create .a). not able understand how avoid import lib in every project.

if utilize .a in 1 of library, shouldn't resolved dependancy main application , other libs well?

if understand correctly, have grab lumberjack library project 1 time , add together targets in inspector.

ios dependencies static-libraries lumberjack

No comments:

Post a Comment