ChiliLabs / CHIPageControl

A set of cool animated page controls written in Swift to replace boring UIPageControl. Mady by @ChiliLabs - https://chililabs.io
MIT License
3.38k stars 262 forks source link

Unable to build project on pod update #51

Closed pranita-mindstix closed 6 years ago

pranita-mindstix commented 6 years ago

I have updated "CHIPageControl" pod to latest version '0.1.7'. On building the project I am getting error - "Type 'RunLoopMode' has no member 'common'"

PFA for the error screenshot.

error
chili-ios commented 6 years ago

Hi @pranita-mindstix ,

v 0.1.7 was updated to swift 4.2. Please use v 0.1.6 instead.

pranita-mindstix commented 6 years ago

Ok Thanks for quick reply!