#import still gets "duplicate symbol" error
- by Donna
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.