AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.44k stars 622 forks source link

'DropDown' has different definitions #275

Open bhorvinayak opened 3 years ago

bhorvinayak commented 3 years ago

I used two pod for dropdown menu Dropdown and iOSDropDown. Both are needed.In Xcode 11.6 not getting this conflict but when I run in Xcode 12 got the issue. Getting following error: "'DropDown' has different definitions in different modules; first difference is definition in module 'iOSDropDown.Swift' found super class with type 'UITextField'"

Golden1998 commented 3 years ago

Hey I am facing same issue, How did you fix it?