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

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

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -