When using external framework Xcode now has an Embedded Binaries as well as Linked Frameworks section.
When you download a
Linking more about Linker that works at compile time or load/run time. Linker copy a Library into a target binary. Since Framework is autonomous, the Linker, in this case, is responsible for find and link the Dynamic Framework inside the system loader path or to find and link inside a bundle.
Embedding is a process of copying the binary into the target binary. As a result it will be located inside.
Read more here