icanzilb / SwiftSpinner

A beautiful activity indicator and modal alert written in Swift (originally developed for my app DoodleDoodle) Using blur effects, translucency, flat and bold design - all iOS 8 latest and greatest
MIT License
2.19k stars 268 forks source link

after updating pod its showing some errors #130

Closed amrit42087 closed 5 years ago

andreamazz commented 6 years ago

Hi @amrit42087 Care to provide which errors are you getting? Steps to reproduce the issue would be also welcome.

DavidLari commented 6 years ago

It works with no errors for me. If you are getting errors, you probably have not updated your main project to Swift 4.2 and it's trying to compile SwiftSpinner with Swift 4. By default, pods will inherit the Swift language version of the main project.