ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
849 stars 68 forks source link

Updates git submodule. #11

Closed danmolina21 closed 4 years ago

danmolina21 commented 4 years ago

A recent update to DifferenceKit causes projects that depend on DiffableDataSources to throw a runtime error if the dependencies are built with Carthage. Namely: dyld: Symbol not found: _$s13DifferenceKit14DifferentiableMp

This PR updates the DifferenceKit submodule embedded in DiffableDataSources in an attempt to solve this issue.

ra1028 commented 4 years ago

@danmolina21 LGTM Thanks!