Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

swift compiler error "found this candidate" after adding objective c files in Swift

I have created bridging header in my swift project, for use of objective c files.

whenever I import the objective c files in my project, then my swift files showing error. I have tried all solutions available on stack overflow bt not working. same issue checked on GitHub bt no answer found-- https://github.com/hackiftekhar/IQKeyboardManager/issues/1066

here is screenshot

check screenshot

like image 714
Varinder Singh iPhone Dev Avatar asked Oct 13 '25 04:10

Varinder Singh iPhone Dev


1 Answers

I have faced the same. Quit Xcode & Clean the derived data solved the problem for me.

like image 168
Himanshu Gupta Avatar answered Oct 14 '25 18:10

Himanshu Gupta