Reputation: 2366
I know that this is a duplicate question. I followed the answers posted in the other similar Stack Overflow questions and I also tried answers posted on other websites. But, I still get the below error. So, please help me to get rid of this error.
Upvotes: 0
Views: 509
Reputation: 122458
Those are all system classes. You are somehow failing to link against the UIKit.framework
.
In order to solve these kinds of problems yourself, look at the text after _OBJC_CLASS_$_
and
Upvotes: 2
Reputation: 1411
The issue is with the file which you have imported. Can you please check whether you have imported .h file or .m file in your class?
This error is shown mainly in two situations :-
Upvotes: 0