objective c - Link static library that itself has dependencies -


i have created static library ios uses xmppframework. followed steps in getting started guide, , i'm pretty sure did right because have created ios apps used framework directly before , went without problems.

however, wanted outsource xmpp stuff static library linked "client" ios app. linking working well, , call simple method inside library nslog works fine. start use method inside library uses of xmppframework specific stuff (such connecting stream), shitload of linking errors.

are dependencies of static library somehow lost when link app project? have add them on again there? funny thing is, when add e.g. security.framework , cfnetwork.framework app, have done in static library, of errors disappear. , had include header search path /usr/include/libxml2 in both library , app.

but when add every dependency listed in under link provided above (except source code files), there still 55 linker errors left (as opposed 81 without adding them). an excerpt of linker errors


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -