Closed andrezacds closed 6 years ago
I just installed Fusuma with cocoaPods, but it doesn't compile on Swift 4. I get a total of 39 errors, among types that were renamed, some variable that was not unwrapped, obsolete functions and a few others.
Edit your podfile as below, the "pod install" again pod 'Fusuma', :git => 'https://github.com/ytakzk/Fusuma.git', :branch => 'swift4'
@andrezacds it's merged into master branch.
I just installed Fusuma with cocoaPods, but it doesn't compile on Swift 4. I get a total of 39 errors, among types that were renamed, some variable that was not unwrapped, obsolete functions and a few others.