DavydLiu / DLRadioButton

Radio Button for iOS
MIT License
948 stars 202 forks source link

No Such Module fatal error in XCOde 10 #156

Closed DogandElk closed 5 years ago

DogandElk commented 5 years ago

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

DogandElk commented 5 years ago

Nevermind, Forgot to close the app and open the workspace, duh