futuredapp / CellKit

Table View and Collection View data source wrapper
MIT License
10 stars 4 forks source link

Incompatible dependencies when using SPM #31

Closed bezoadam closed 4 years ago

bezoadam commented 4 years ago

After importing CellKit with SPM I am getting error: Showing All Messages : the package cellkit[https://github.com/thefuntasty/CellKit.git] @ 0.5.1 contains incompatible dependencies: dwifft[https://github.com/jflinter/Dwifft] @ 6fec2bc0246091b3e17a9d42e722fb98e05ac3ff

Snímka obrazovky 2019-10-18 o 10 00 37

samoilyk commented 4 years ago

@bezoadam use master branch for now.

mkj-is commented 4 years ago

Try using version 0.6.0 which uses DirrerenceKit instead of Dwifft. This was because of still unreleased version of Dwifft.