objective c - What's the difference between a Cocoa framework and a C static library? -


can explain me fundamental differences between cocoa framework , c static library?

in particular, i'm finding out in both cases have reference file (.framework or .a) in "link binary libraries" part target in xcode.

however, don't seem have put .a in "copy files". have put .framework "copy files". reason difference?

a static library compiled part of app, whereas framework distributed app (or system frameworks present) , linked dynamically. see this question.


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -