How to not automatically embed Swift dynamic libraries in Xcode 8?
I've tried setting ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES
to "No" (defaults to "No" anyway) yet it still copies Swift dynamic libraries into the app bundle.
I'm creating a helper application to be embedded in the main application and the latter already has Swift libraries which the former can link to.