Three Layers Of Packages, With Dynamic Frameworks
In this example, we include a package, represented as a dylib, that embeds another dylib, that embeds a static library.
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 5.0.0. You can check out that version, and reproduce the results here.