objective c - Xcode: Linked Frameworks vs Other Frameworks -


coming c background, "linked frameworks" , "other frameworks" mean?

having @ build target, see linked frameworks in fact linked (dynamically, presume - how static linking work?)

what "other frameworks" then?

to test, used nsstring class defined foundation in file. foundation in other frameworks , not being linked target.

alas, compilation finished without warnings , executable ran.

they're groups in groups & files hierarchy. don't have more meaning that.

the frameworks referenced in other frameworks there can twist them down see headers easily, because (for example) cocoa.framework doesn't contain physical foundation.framework, appkit.framework , coredata.framework directories. acts if when linking, developer convenience.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -