Coming from a C background, what would "Linked Frameworks" and "Other Frameworks" mean?
Having a look at my build target, I see that Linked Frameworks are in fact linked (dynamically, I presume - how would static linking work?)
What are "Other Frameworks" for then?
To test, I used the NSString class which is defined by Foundation in a file. Foundation is in Other Frameworks and is not being linked with the target.
Alas, compilation finished without warnings and the executable ran.