Question

hey I am getting an error accessing unknown class method 'setFirstName' but I am trying to access the variable which are already synthesized here is the code.

Was it helpful?

Solution

Your error says "unknown class method"! Are you calling the method to a class or an instance?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top