What\'s the difference in the build phases between putting a framework in \"Link binary with libraries\" or in \"Embed frameworks\"?
For an app target
Xcode 11
Static Library
Static Framework
Do Not Embed
Dynamic Framework
Embed
Pre Xcode 11
Link
How it works [Xcode v11] and [pre Xcode v11]