I mentioned a while back that I was creating a framework. I took a break to read most of the Apple ObjC document, but now I'm back because I wanted to solve a different problem I'm having, one involving my test application. My framework currently just has a method that starts a timer and calls the method that the user specifies (hopefully) the problem is I can't test it because as soon as I add the line "ESAnimation *animate;" to my program and build/run it says test has exited with status 5. I've been adding and rebuilding/running incrementally, this is definitely the problem point. I have my framework imported, I have the class in it that I'm using imported, it should work as far as I can see, but that line is stopping it from running. Help please?
Nate
Nate