ytakzk / Fusuma

Instagram-like photo browser and a camera feature with a few line of code in Swift.
MIT License
2.46k stars 340 forks source link

Carthage fails #161

Closed douglas-srs closed 7 years ago

douglas-srs commented 7 years ago

I'm trying to install using Carthage but it fails to build, when manually trying to build I get this error:

.../Carthage/Checkouts/Fusuma/Sources/FusumaViewController.swift:39:10: Method cannot be a member of an @objc protocol because the type of the parameter 3 cannot be represented in Objective-C

douglas-srs commented 7 years ago

Solved! Just used this in my cartfile instead:

github "ytakzk/Fusuma" "master"

ytakzk commented 7 years ago

@douglas-srs I will close this.