joshdhenry / SpinWheelControl

An inertial spinning wheel UI control that allows selection of an item. Cocoapod written in Swift.
BSD 3-Clause "New" or "Revised" License
73 stars 25 forks source link

issues with import SpinWheelControl and conversion to Swift 5 #25

Open CBecbec opened 4 years ago

CBecbec commented 4 years ago

Hello,

I'm having issues importing the framework and updating it to Swift 5.

When I write import SpinWheelControl in my Viewcontroller, Xcode tells me 'Could not build Objective-C module 'SpinWheelControl'.

Xcode also tells me that conversion to Swift 5 is available but when I try to do it, I get an error message telling me: 'Please ensure that all selected targets build successfully with the currently configured Swift version before attempting a migration.'

Does anyone have the same issues or would happen to know what needs to be done?