iphone - Xcode -- embed one static library inside another one? -


is possible in such way parent project not need settings refer sub-library -- parent library?

(for example, want header search paths picked automatically).

i think looking framework, not static library ( need symbol references aka headers when use static libraries )

the solution apple gave us, frameworks.

you can checkout github project contains xcode 4 template creating ios frameworks again.

good luck!


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -