nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

riyadshauk opened this issue · comments

Am I doing something wrong / missing a step?
Screen Shot 2021-12-18 at 8 39 21 AM

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"

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 😁