ios - Create static librarys including different components -


in static library including different components, , want package libraries including several components meet requirement of different developers.

for example have 4 .m files

a.m b.m c.m d.m

for 4 modules.

now want create 1 target compile sources, create shell targets package kinds of libraries, example if there target called createlibrarywitha&bcomponent, want compile a.m , b.m in compile sources of build phases. know can use xcodebuild command gcc_preprocessor_definitions="a=1 b=1 " create create library , b components, don't know how control including or excluding compile files.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -