#import still gets "duplicate symbol" error
Posted
by Donna
on Stack Overflow
See other posts from Stack Overflow
or by Donna
Published on 2010-05-02T17:16:56Z
Indexed on
2010/05/02
17:28 UTC
Read the original article
Hit count: 255
When I compile my iPhone app, xCode gives "duplicate symbol" error for 1 of my variables in MyConstants.h
I thought if I used:
#import "MyConstants.h"
it would avoid that?
But I still have the problem.
© Stack Overflow or respective owner