luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find type 'UICircularProgressRing' in scope (installed via SPM)

pateldhruvil96 opened this issue · comments

Bug Report

While installing UICircularProgressRing latest version in my project(written in Swift) via SPM(Swift Package Manager) it's showing this issue.
Screenshot 2021-05-02 at 10 16 20 AM

I've got the same error after running pod install in an old project that still uses the legacy version and didn't get updates for quite a while.

In my case I rolled back the update to my latest git commit and now it works again.
There must be some incompatibilities with the latest updates.

Hey you should be using CocoaPods for the legacy UIKit version of the library (which is no longer being updated/maintend).

Instructions here: https://github.com/luispadron/UICircularProgressRing/blob/master/LegacyREADME.md

You may need to set the version of the library to the legacy version