nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.56k stars 671 forks source link

Project does not build in Xcode 13.2; Internal error: missingPackageDescriptionModule #75

Closed riyadshauk closed 2 years ago

riyadshauk commented 2 years ago

Am I doing something wrong / missing a step?

Screen Shot 2021-12-18 at 8 39 21 AM
nalexn commented 2 years ago

Hey, your Swift Packages are not loaded. When you open the project for the first time, Xcode loads the packages automatically, in your case the loading failed for some reason. In Xcode, try File -> Packages -> "Resolve Package Versions" and "Update to latest package versions"

Aecasorg commented 2 years ago

Xcode 13.2 from App Store does not work properly. You need to download Xcode 13.2 directly and it'll all work. See: https://www.macrumors.com/2021/12/14/xcode-13-2-bug/ @nalexn Now you can close it 😁