I just started working with xCode and Objective C.
I created a project with an storyboard and implemented my entire program into the view-Controller. I wanted to put some of this code now into a different m-file wich I simply include and call methods from my new m-file in the view controller.
My problem is that I get not linker-errors every time I try to build it.
The error code is
1 duplicate symbol for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
What could cause this?