Xcode – Can't archive project with Swift Package that contains a binary target (xcframework)
My project contains a Swift Package that contains a binary target. Generally, the project compiles and works properly, but the problem occurs when I try to archive the project, where I get a complier error saying No such module 'MyFramework'.…