pavankataria / SwiftDataTables

A Swift Data Table package, display grid-like data sets in a nicely formatted table for iOS. Subclassing UICollectionView that allows ordering, and searching with extensible options.
MIT License
448 stars 69 forks source link

Only include swift files in sources. #60

Closed kaomte closed 3 years ago

kaomte commented 3 years ago

This fixes the 'Unexpected duplicate tasks' by including the image files only in the bundle.

Pull requests

The easiest way to start contributing is searching open issues by help wanted tag.

pwnstarSmithy commented 3 years ago

@pavankataria @kaomte when do you intend to merge this? it's a major issue.

dkawashima commented 3 years ago

@pavankataria @kaomte How do you use this with CocoaPods? I'm still getting the previous issue as the CocoaPod build has yet to be updated. For Xcode 12, this is a blocker for app release. Is there a way around the CocoaPod build to use something else to get this working. cc @pwnstarSmithy

pavankataria commented 3 years ago

@dkawashima @kaomte @pwnstarSmithy image

Please upgrade to the latest version of SwiftDataTables (0.8.2) to receive a fix for this issue. Thank you.

🚀 SwiftDataTables (0.8.2) successfully published on 📅 December 8th, 04:03 👍 Share with your friends and colleagues!

dkawashima commented 3 years ago

Thank you! updated