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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -