SoySauceLab / CollectionKit

Reimagining UICollectionView
MIT License
4.4k stars 259 forks source link

Xcode 10, update by Carthage - Task failed with exit code 65: #103

Closed dillidon closed 5 years ago

dillidon commented 6 years ago

Carthage: ... This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: ...

SpaceProvider.swift:14:10: error: Identifier Name Violation: Enum element name should only contain alphanumeric characters: 'absolute(_:)' (identifier_name)

SimpleViewProvider.swift:16:10: error: Identifier Name Violation: Enum element name should only contain alphanumeric characters: 'absolute(_:)' (identifier_name)

How can I solve this?

lkzhao commented 5 years ago

This is a swiftlint issue: https://github.com/realm/SwiftLint/issues/2231

update your swiftlint should fix it.

lkzhao commented 5 years ago

will close this for now. please reopen if this is still an issue.