It's linker error. Linker can't find some symbol so it can't show where exactly error appears. In fact linker knows nothing about your code. If you don't add or remove libraries in your project try to clean project or remove derived data, it will force to recompile a whole project.