Possible Duplicate:
Xcode duplicate symbol error
I have a Constant.h
file that stores my constants strings. But when I try to add Constant.h
file to two different classes (using #import "Constant.h"
) I got error with duplicate symbol. How can I use this file in different classes without duplicate symbol error?