When I set this variable:
I get this error when I try to build:
Why is it treating it as a newly declared variable instead of the class that it is?
Code:
NSCalendarDate *calInfo = [NSCalendarDate date];
Code:
error: 'NSCalendarDate' undeclared (first use in function)
Why is it treating it as a newly declared variable instead of the class that it is?