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
Post a Comment