Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Swift: Could not insert new outlet connection

Tags:

xcode

swift

Im getting following error when I'm trying to connect outlet from my search bar. enter image description here

How can I solve that?

like image 220
esea123 Avatar asked Sep 14 '25 09:09

esea123


1 Answers

  1. Clean the Project

enter image description here

  1. Build and then Run.

  2. Try to add the outlets again, it will work this time.

like image 71
Cons Bulaquena Avatar answered Sep 16 '25 09:09

Cons Bulaquena