osx - Creating a static library of static libraries in XCode -


i have need create static library of it's own code , contain number of other static libraries have written.

so have main project a.xcodeproj depends on b.xcodeproj in turn depends on c, d, e etc.

my company has requirement distribute static library simple app, , there 1 library sent out, not multitude of libc.a libd.a etc.

so create a_static.xcodeproj has simple application api calls , links libb.a everytime try libb.a contains symbols b.xcodeproj, can not contain libc.a libd.a etc.

is there easy way in xcode i'm missing?

thanks

it sounds need use frameworks. allows bundle multiple libraries , files 1 bundle other parties can include. i'm in same boat work. i've used guide on github our frameworks , running. worked great me.

ios framework


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -