Post

Replies

Boosts

Views

Activity

Reply to Can an xcframework embed an xcframework?
With nested frameworks, I believe I used to get something like "ERROR ITMS-90205: "Invalid Bundle. The bundle at 'yourapp.app/Frameworks/A.framework' contains disallowed nested bundles."..." when submitting the Appstore build to Apple. However, with XCFrameworks this doesn't seem to be the case anymore? Unless I embed and sign in the xcframework within my framework, it fails to run on device. It might fix the issue if I link and embed and sign on the main app, but validating the binary with xcrun altool --validate-app succeeded with nested xcframework. I verified that the succeeded binary does not have the "Frameworks" folder within the frameworks folder that was embedded, so maybe XCFrameworks doesn't create a nested "Frameworks" folder anymore.
Feb ’22