I am learning how to program in ios and I'm following some manuals .
I'm trying to connect a label
put in storyboard
with the code, for that I open the AssistantEditor and with the secondary mouse I drag to the area of the code where I want to put this label
, and I get the following error:
Could not insert new outlet connection: Could not find any information for the class and not showing any class named "ViewController"
The first label is done and it works because it was the example code given by the manual, but I tried to reproduce it and I get that error.
Greetings.