I created an Xcode 10 project , created a podfile, then added 'DLRadioButton', '~> 1.4' to my pod file, installed the pod and added import DLRadioButton to the app delegate, but I receive a fatal error 'No such Module 'DLRadioButton'
I have used DLRadioButton in other apps but now can't get it to work. Any ideas or suggestions ? Thanks
I created an Xcode 10 project , created a podfile, then added 'DLRadioButton', '~> 1.4' to my pod file, installed the pod and added import DLRadioButton to the app delegate, but I receive a fatal error 'No such Module 'DLRadioButton' I have used DLRadioButton in other apps but now can't get it to work. Any ideas or suggestions ? Thanks