Question

I am typing code from Head First iPhone Development (O'reilly) and Xcode will build and run fine once and then, without any modification to the code, the second build will fail. Why?(I'm using command+R)

EDIT:

the first error was something similar to "can not take an object as an argument."

Was it helpful?

Solution

i think you must miss some proper argument which should be a pointer type in your method declaration.

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