I want to separate the components from the different contributors in this thread, as the underlying issue is not the same. @ethanrkaplan started this thread with an error message that points to a system framework, XCTest. And as he reports, there was an old build of their app involved, and removing at resolved this issue. The error message provided by @asiergmorato and also @anders.u point to libraries frameworks included by their apps, not Apple system frameworks, and so have a different set up and resolution to look at here. While I can't comment on @asiergmorato's circumstances more fully, as all we have is the error message here, @anders.u went ahead and opened a bug report (thank you!), so I have more information for their situation. @anders.u, you attached an XCFramework to your report that is a static framework, with the following bundle structure (edited for clarity): SomeKit.xcframework ├── Info.plist ├── ios-arm64 │ └── SomeKit.framework │ ├── So
Topic:
Developer Tools & Services
SubTopic:
Xcode