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?
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?