i am facing error while running the sample project for ios.
Please use a short title instead of a error message when you fill issues. It's a swiftlint message.
See here It's a tool to enforce Swift style and conventions.
Just add this comment
// swiftlint:disable:next large_tuple
before this function
var components:(r:CGFloat, g: CGFloat, b: CGFloat, a: CGFloat)
It should work then 馃帀
kk thanks
I'm not able to build this project through carthage because I have swiftlint installed. Do we want to disable the large_tuple check in Hero?
Just uninstall swiftlint before you build Hero you can install it again after that