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

Build issues #58

Closed hemant3370 closed 3 years ago

hemant3370 commented 4 years ago

Unexpected duplicate tasks: 1) Target 'SwiftDataTables' (project 'Pods') has copy command from '/Users/hemantsingh/Documents/GitHub/ios-sam-mobile/Pods/SwiftDataTables/SwiftDataTables/SwiftDataTables.bundle/column-sort-descending.png' to '/Users/hemantsingh/Library/Developer/Xcode/DerivedData/SAM-chkwwwclzakjpvctkzvdqqdtyich/Build/Products/Dev-iphonesimulator/SwiftDataTables/SwiftDataTables.framework/column-sort-descending.png' 2) Target 'SwiftDataTables' (project 'Pods') has copy command from '/Users/hemantsingh/Documents/GitHub/ios-sam-mobile/Pods/SwiftDataTables/SwiftDataTables/SwiftDataTables.bundle/column-sort-descending.png' to '/Users/hemantsingh/Library/Developer/Xcode/DerivedData/SAM-chkwwwclzakjpvctkzvdqqdtyich/Build/Products/Dev-iphonesimulator/SwiftDataTables/SwiftDataTables.framework/column-sort-descending.png'

pavankataria commented 4 years ago

What are the exact steps you run to get this error? Are you able to product this error with the example app?

Please state what you did to get this.

hemant3370 commented 4 years ago

I just followed the cocoapod integration and the project gives out this error on building.

ArtemRiabtsev commented 4 years ago

Go to xCode -> Product -> Archive: and got this issue.

PerplexedFox commented 4 years ago

same here

kaomte commented 3 years ago

Same here. Just got this after trying to upgrade to XCode 12.

kaomte commented 3 years ago

I fixed this in this pull request #60

pavankataria commented 3 years ago

Thanks @kaomte .