apptekstudios / ASCollectionView

A SwiftUI collection view with support for custom layouts, preloading, and more.
MIT License
1.35k stars 160 forks source link

No such module 'DifferenceKit' Xcode 13 #226

Open YunusDeveloper opened 2 years ago

YunusDeveloper commented 2 years ago

In Xcode 13 when I added with Swift package manager and It says No such module 'DifferenceKit'

ahmed-classtra commented 2 years ago

For some reason when selecting both ASCollectionView and ASCollectionViewDynamic to add to the project, this error happens. I removed the package and added only ASCollectionView and things worked. But the issue is definitely there.