Three Layers Of Packages, With A One-Level-Down Dynamic Framework
In this example, we include a package, represented as a static library, that embeds a dylib, that embeds another static library (“dylib sandwich”).
This has the same issue as Example 3, where dynamic frameworks can present challenges, when using the Hardened Runtime.
Here is the GitHub link to the PackageConsumer
project Version 6.0.0. You can check out that version, and reproduce the results here.