When should we use “embedded binaries” rather than “Linked Frameworks” in Xcode?

The question you linked references the “Link Binary With Libraries” functionality, which is somewhat different than an embedded binary. “Link Binary With Libraries” means what you’d expect it to with respect to linkage: Regardless of whether the binary is a static library, dynamic library, or framework it will be linked to your object code at … Read more