Cent
Cent copied to clipboard
compile error in Xcode 10
Hi,
I was using 7.0.0 version in xcode 9, everything is ok. But when I upgrade my xcode to xcode 10, I've got following error when compiled.

I ran into the same issue. I created a pull request that solves it but it has yet to be approved and merged. https://github.com/ankurp/Cent/pull/32
Hello,I got a error in xcode10,How can I solve that?

If you are using Cocoapods you can point the Cent pod to my fork.
pod 'Cent', :git => 'https://github.com/ashitanojoe/Cent.git'
Or if you aren't comfortable doing that, you can create your own fork and merge/copy my changes into it, and point the Cent pod to your own fork. Otherwise you will have to wait for the pull request to be merged.
I have merged the code to remove this. Thanks @ashitanojoe