Cent icon indicating copy to clipboard operation
Cent copied to clipboard

compile error in Xcode 10

Open surfingtomchen opened this issue 7 years ago • 4 comments

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.

surfingtomchen avatar Sep 26 '18 11:09 surfingtomchen

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

ashitanojoe avatar Oct 05 '18 10:10 ashitanojoe

Hello,I got a error in xcode10,How can I solve that? 1539077458407

change1wang73 avatar Oct 09 '18 09:10 change1wang73

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.

ashitanojoe avatar Oct 10 '18 09:10 ashitanojoe

I have merged the code to remove this. Thanks @ashitanojoe

ankurp avatar Oct 25 '18 00:10 ankurp