zots
Re-member
i have an app using a class i wrote. the class has 6 variables. for each variable there is the two standard methods; one for setting it, one for getting its value. my app builds with 0 errors, 0 warnings, but there is an uncaught exception at runtime telling me a selector is not recognized. selector meaning method i guess, but my method is declared in .h and implemented in .m so i dont understand why not recognized. i say fork you compiler, what do you say?