Signing sub-framework embedded in root-framework not working (Xcode 11.2.1)

Nested frameworks are not supported on iOS (see technotes). The only legit solution at the moment is to link “embedded” frameworks directly to a hosting app.

*XCFramework is mainly an aggregation of platform specific binaries and has nothing to do with embedding frameworks unfortunately.

Leave a Comment