luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift
MIT License
1.73k stars 290 forks source link

Crash in some devices iOS Version 12.4.6 #233

Closed R-Ashh closed 4 years ago

R-Ashh commented 4 years ago

Hi, I got crash on my device with this reason, can you please tell me how to fix it?

reason: '[<UICircularProgressRing.UICircularProgressRing 0x104462450> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key backgroundRingColor.'

luispadron commented 4 years ago

This means you are using a storyboard where the key backgroundRingColor is set but you probably updated the library and that property no longer exists. Update your storyboard to fix.