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