Closed Kianoosh76 closed 5 years ago
This is fixed on master
, which is updated for Swift 4.
Thanks! The same issue for me, and it was fixed with pulling the latest master branch and included it in my project. However, I try to implement the swift sample code and return pure black circle only. Anything wrong for me?
Yeah...I think I'm so foolish forgetting to setup angles in the end. Anyway, it's work now.
I am also facing the same problem like the gay Kianoosh was faced.But i dont know how to solve the problem .can you help me
What I did is just git from master branch and add the main class to my project rather than cocoa pod which maybe didn’t sync the latest version yet.
Can confirm that the Cocoapods version of 1.5.2 still has @IBInspectable error.
no , resolved .
On Wed, Oct 11, 2017 at 5:09 AM, Kiplol notifications@github.com wrote:
Can confirm that the Cocoapods version of 1.5.2 still has @IBInspectable https://github.com/ibinspectable error.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kaandedeoglu/KDCircularProgress/issues/80#issuecomment-335639010, or mute the thread https://github.com/notifications/unsubscribe-auth/AdzHXDBnaasRSlw5hreyKe6-rf5kOczAks5srAAmgaJpZM4PkPrz .
Using KDCircularProgress (1.5.2) with Swift 4.0 still error
Sorry for the delay. I've had problems with pushing a new Cocoapods version up. So both Carthage & Cocoapods users must point to the master
branch to get the Swift 4
version.
In your podfile use pod 'KDCircularProgress', :git => 'https://github.com/kaandedeoglu/KDCircularProgress'
for the time being
Using Cocoapods I've changed my pod file from 1.5.2 to getting the master branch as 'cjlarsen' suggests, and I've gone from the one initial error as described in this thread, to 12 saying "xxx is ambiguous for type lookup in this context"
Still same issue for me 1.5.2 Swift4.1
Alright version 1.5.4 released on Cocoapods. Closing this one..
Sorry for the incredible delay, was going through stuff 🎈
Hi, I've faced a problem since I upgraded my xcode. When I try to build the project, this compile error is raised.
Property cannot be marked
@IBInspectable
because its type cannot be represented in Objective-C